Skip to content

getUtcMonth

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

Return the current month 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 month string (zero-padded to 2 digits) or “” on failure

getUtcMonth() // "02"
getUtcMonth() // "" (on failure)

utc/get/getUtcMonth.ts