Skip to main content

Posts

Showing posts from May, 2024

Seconds to Timezone HRs

        Seconds secondsElapsed = 37980;         info(time2str(secondsElapsed, TimeSeparator::Auto, TimeFormat::Auto));         info(time2StrHM(secondsElapsed));         info(time2StrHMLeadingZero(secondsElapsed));         info(time2StrHMS(secondsElapsed));