# currentTime

`function` in `utils` · v0.6.1

<https://docs.seedcord.org/packages/utils/0.6.1/functions/current-time>

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

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

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

Returns `EpochSec`.
