<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [Timestamp](./firestore_.timestamp.md) &gt; [now](./firestore_.timestamp.now.md)

## Timestamp.now() method

Creates a new timestamp with the current date, with millisecond precision.

<b>Signature:</b>

```typescript
static now(): Timestamp;
```
<b>Returns:</b>

[Timestamp](./firestore_.timestamp.md)

a new timestamp representing the current date.

