# currentTime

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

<https://docs.seedcord.org/packages/utils/0.8.0-next.6/functions/current-time>

Current time in epoch seconds. Shares the one ms→s rounding rule with [`toEpochSeconds`](/packages/utils/0.8.0-next.6/functions/to-epoch-seconds).

```ts
currentTime(): EpochSec
```

Current time in epoch seconds. Shares the one ms→s rounding rule with [`toEpochSeconds`](/packages/utils/0.8.0-next.6/functions/to-epoch-seconds).

Returns `EpochSec`.
