AceTime icon indicating copy to clipboard operation
AceTime copied to clipboard

Date and time classes for Arduino supporting the IANA TZ Database time zones to convert epoch seconds to date and time components in different time zones.

Results 1 AceTime issues
Sort by recently updated
recently updated
newest added

How do I get ZonedDateTime instance seconds since midnight properly? I currently use `zdt.localDateTime().localTime().toSeconds()`, but I think it will return incorrect result if the time zone daylight saving changes on...