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.
Currently the function
dfp_date_to_list()
has an argument for the timezone that defaults toAmerica/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.