如果mysql的time_zone变量是SYSTEM,而system_time_zone是CST的值,system_time_zone的CST这个字符串会造成bug。mysql jdbc mysql的jdbc驱动的代码里会设置时区,这个时区是通过 TimeZone.getTimeZone(canonicalTimezone) 读取,其中 canonicalTimezone 是字符串, TimeZone.getTimeZone("CST") 返回-6时区,即美国的时区。
Convert Excel workbook into Byte array Convert file object in binary format from JavaScript or Jquery Convert from a hex string to a byte array in C# Convert from decimal to currency value in C# Convert from epoch UTC time to human readable time in .NET C# ? Convert from number to date ...