# `Ash.Type.Time`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/type/time.ex#L5)

Represents a time in the database, with a 'second' precision

A builtin type that can be referenced via `:time`

### Constraints

* `:precision` - Valid values are :microsecond, :second The default value is `:second`.

# `handle_change?`

# `prepare_change?`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
