Skip to content

getUtcHour

getUtcHour(): string
import { getUtcHour } from "@northguild/gmt/utc/get";

Return the current hour from UTC as a zero-padded string.

  • Uses Temporal.Now.instant() converted to UTC zoned date time.
  • Returns zero-padded string to 2 digits.
  • Returns “” on failure.

current hour string (zero-padded to 2 digits) or “” on failure

getUtcHour() // "00"
getUtcHour() // "" (on failure)

utc/get/getUtcHour.ts