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
I am currently working with the connectapi package and found out a bug concerning the timezones.
RStudio Connect saves timestamps in UTC format, my local timezone is CEST.
When I am now calling the connectapi package with a function like get_usage_shiny(), the connectapi package provides the UTC timestamps as wrong CEST timestamps.
For example: "2020-09-23 06:03:08 UTC" is provided as "2020-09-23 06:03:08 CEST".
For comparison I called the RStudio Connect connectapi directly and the result is the correct timestamp: "2020-09-23 06:03:08 UTC"
I attached a pdf RMarkdown output, with reproducible code, to emphasize the problem.
I am aware of the fact, that I could just transform the date in the backend, but I really appreciate the connectapi package and would like to contribute to help make it better.
Hi all,
I am currently working with the connectapi package and found out a bug concerning the timezones.
RStudio Connect saves timestamps in UTC format, my local timezone is CEST.
When I am now calling the connectapi package with a function like get_usage_shiny(), the connectapi package provides the UTC timestamps as wrong CEST timestamps.
For example:
"2020-09-23 06:03:08 UTC" is provided as "2020-09-23 06:03:08 CEST".
For comparison I called the RStudio Connect connectapi directly and the result is the correct timestamp:
"2020-09-23 06:03:08 UTC"
I attached a pdf RMarkdown output, with reproducible code, to emphasize the problem.
I am aware of the fact, that I could just transform the date in the backend, but I really appreciate the connectapi package and would like to contribute to help make it better.
wrong_timezone.pdf
The text was updated successfully, but these errors were encountered: