Current section

Files

Jump to
gtempo include tempo_TimeZoneProvider.hrl
Raw

include/tempo_TimeZoneProvider.hrl

-record(time_zone_provider, {
get_name :: fun(() -> binary()),
calculate_offset :: fun((tempo:naive_date_time()) -> tempo:offset())
}).