Skip to content

getUtcMicrosecond

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

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

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

current microsecond string (zero-padded to 3 digits) or “” on failure

getUtcMicrosecond() // "456"
getUtcMicrosecond() // "" (on failure)

utc/get/getUtcMicrosecond.ts