Returns a vector of timezones for the given accounts. An account's data is reported in a particular timezone, set for that account. All dates provided in filters are assumed to be given in that timezone.

account_timezone(account)

Arguments

account

An account object, or list of account objects.

Value

A character vector of timezone that account data is reported in.

Author

Constance Neeser

Examples

account("TEST01AA") %>% account_timezone()
#> [1] "Africa/Johannesburg"
account("TEST01AA", "TEST02AA") %>% account_timezone()
#> [1] "Africa/Johannesburg" "UTC"