rstudio / connectapi

An R package for interacting with the RStudio Connect Server API
https://pkgs.rstudio.com/connectapi/
Other
43 stars 25 forks source link

fix: parsing time stamps with time zone offsets containing colons #291

Closed toph-allen closed 1 month ago

toph-allen commented 1 month ago

Fixes #290

Intent

Fix a bug involving the handling of timestamps from Connect.

Approach

Connect sends timestamps in RFC 3339 format. Specifically:

Details on the approaches used.

Tests

Added tests for a range of expected inputs. Tests take place in multiple time zones.