MCPcopy Create free account
hub / github.com/Effect-TS/effect / dateTime

Function dateTime

packages/cluster/src/Snowflake.ts:114–114  ·  view source on GitHub ↗
(snowflake: Snowflake)

Source from the content-addressed store, hash-verified

112 * @category Parts
113 */
114export const dateTime = (snowflake: Snowflake): DateTime.Utc => DateTime.unsafeMake(timestamp(snowflake))
115
116/**
117 * @since 1.0.0

Callers

nothing calls this directly

Calls 1

timestampFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…