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
However, when I use datetimeFormat = "POSIXct", the datetime is converted to local time and when CEST changes to CET time zone, datetimes are duplicated:
Hello, I have found a problem with the conversion of datetime in the
rTubeDB::query_timeseries
function. The data is in UTC timezone.When I download the data with the parameter
datetimeFormat = "character"
, everything works correctly:However, when I use
datetimeFormat = "POSIXct"
, the datetime is converted to local time and when CEST changes to CET time zone, datetimes are duplicated:I will use
datetimeFormat = "character"
, but I am reporting this issue for information purposes.TubeDB version - 1.22.10
rTubeDB - 1.3.3
The text was updated successfully, but these errors were encountered: