20:12:59 if I change timezone from America/New_York to America/Puerto_Rico the time shows correctly oin call logs 20:13:13 they dhould both be UTC -4 23:29:08 btracht: when "EDT" is used, it appears to render the right timestamp while EST is 1 hour behind 23:30:30 hmm, at least on my env America/New_York works: 23:30:32 (kazoo_apps⊙c2c)34> kz_time:now_s(). 23:30:32 63889082981 23:30:32 (kazoo_apps⊙c2c)35> calendar:gregorian_seconds_to_datetime(kz_time:adjust_utc_timestamp(63889082981, "America/New_York")). 23:30:32 {{2024,7,24},{19,29,41}} 23:30:35 (kazoo_apps⊙c2c)36> calendar:gregorian_seconds_to_datetime(63889082981). 23:30:38 {{2024,7,24},{23,29,41}} 23:30:58 kz_time:now_s() returns UTC gregorian seconds 23:32:42 4.3 is working here as well: 23:32:43 (k4⊙c2c)2> calendar:gregorian_seconds_to_datetime(63889083094). 23:32:44 {{2024,7,24},{23,31,34}} 23:32:44 (k4⊙c2c)3> calendar:gregorian_seconds_to_datetime(kz_time:adjust_utc_timestamp(63889083094, "America/New_York")). 23:32:44 {{2024,7,24},{19,31,34}}