# timestampFromSnowflake

`function` in `utils` · v0.8.0-next.6

<https://docs.seedcord.org/packages/utils/0.8.0-next.6/functions/timestamp-from-snowflake>

Milliseconds since the unix epoch encoded in a Discord snowflake.

```ts
timestampFromSnowflake(
    snowflake: string
): EpochMs
```

Milliseconds since the unix epoch encoded in a Discord snowflake.

Parameters.

- `snowflake` `string`

Returns `EpochMs`.
