-
btrachtif I change timezone from America/New_York to America/Puerto_Rico the time shows correctly oin call logs
-
btrachtthey dhould both be UTC -4
-
mc_btracht: when "EDT" is used, it appears to render the right timestamp while EST is 1 hour behind
-
mc_hmm, at least on my env America/New_York works:
-
mc_(kazoo_apps⊙c2c)34> kz_time:now_s().
-
mc_63889082981
-
mc_(kazoo_apps⊙c2c)35> calendar:gregorian_seconds_to_datetime(kz_time:adjust_utc_timestamp(63889082981, "America/New_York")).
-
mc_{{2024,7,24},{19,29,41}}
-
mc_(kazoo_apps⊙c2c)36> calendar:gregorian_seconds_to_datetime(63889082981).
-
mc_{{2024,7,24},{23,29,41}}
-
mc_kz_time:now_s() returns UTC gregorian seconds
-
mc_4.3 is working here as well:
-
mc_(k4⊙c2c)2> calendar:gregorian_seconds_to_datetime(63889083094).
-
mc_{{2024,7,24},{23,31,34}}
-
mc_(k4⊙c2c)3> calendar:gregorian_seconds_to_datetime(kz_time:adjust_utc_timestamp(63889083094, "America/New_York")).
-
mc_{{2024,7,24},{19,31,34}}