* Returns the current Unix time in milliseconds unsafely. * * **When to use** * * Use to read a wall-clock timestamp synchronously when you already have a * `Clock` service and can accept non-effectful access. * * **Gotchas** * * The value can move backward or forward when
()
| 63 | * corrected, so it is not suitable for measuring elapsed time. |
| 64 | */ |
| 65 | currentTimeMillisUnsafe(): number |
| 66 | /** |
| 67 | * Returns the current Unix time in milliseconds. |
| 68 | * |
no outgoing calls