StevenMMortimer / rdfp

This R package connects the DoubleClick for Publishers API from R
https://stevenmmortimer.github.io/rdfp/
Other
16 stars 5 forks source link

Have dfp_date_to_list() infer the timezone if provided in the date time #6

Closed StevenMMortimer closed 5 years ago

StevenMMortimer commented 6 years ago

Currently the function dfp_date_to_list() has an argument for the timezone that defaults to America/New_York. It would be nice if this used the timezone of the object passed in if it has one. A better default might be the system default timezone if one is not provided.

TODO: Look at feasibility for getting the complete list of timezone ids and mapping them to R equivalents.