Skip to content

getUnixMillisecond

getUnixMillisecond(): string
import { getUnixMillisecond } from "@northguild/gmt/unix/get";

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

getUnixMillisecond() // "123"
getUnixMillisecond() // "" (on failure)

unix/get/getUnixMillisecond.ts