# currentTime

`function` in `utils` · v0.7.0

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

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

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

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

Returns `EpochSec`.
