Skip to content

getUtcNanosecond

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

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

getUtcNanosecond() // "789"
getUtcNanosecond() // "" (on failure)

utc/get/getUtcNanosecond.ts