You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input param is "2017-01-01 01:01:01[Asia/Shanghai]", but the result is 2017-01-01T09:01:01.000+08:00. The correct result should be 2017-01-01 01:01:01.000Z.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. It does seem like incorrect handling.
Would it be possible to check if this also occurs in 2.9.0.pr4? (I can do that when I get a chance to look into this but that may take a while due to backlog).
Version: 2.8.8
The input param is
"2017-01-01 01:01:01[Asia/Shanghai]"
, but the result is2017-01-01T09:01:01.000+08:00
. The correct result should be2017-01-01 01:01:01.000Z
.The text was updated successfully, but these errors were encountered: