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
It seems that DataFactory is confused by the utc timezone and NYC timezone. IT returned data with utc timezone, but still use NYV timezone 16:00:00 as end datetime. Please fix this.
For example, 399.63 399.65 2023-02-24 09:30:00 is utc timezone,
but it still truncate each data's data to 15:55:00 which is based on NYC timezone, this is wrong.
The text was updated successfully, but these errors were encountered:
will have the following results:
`78
399.63 399.65 2023-02-24 09:30:00
399.67 399.67 2023-02-24 09:35:00
399.6 399.59 2023-02-24 09:40:00
399.58 399.47 2023-02-24 09:45:00
399.48 399.48 2023-02-24 09:50:00
399.41 399.42 2023-02-24 09:55:0
.....
393.89 394.1 2023-02-24 15:55:00`
It seems that DataFactory is confused by the utc timezone and NYC timezone. IT returned data with utc timezone, but still use NYV timezone
16:00:00
as end datetime. Please fix this.For example,
399.63 399.65 2023-02-24 09:30:00
is utc timezone,but it still truncate each data's data to
15:55:00
which is based on NYC timezone, this is wrong.The text was updated successfully, but these errors were encountered: