> ## Documentation Index
> Fetch the complete documentation index at: https://stratanote.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# FormatToMoscowTime

[**API Reference**](/api-reference/index) / [**date**](/api-reference/utils/date/index)

***

> **formatToMoscowTime**(`dateStr`): `string`

Defined in: [utils/date.ts:11](https://github.com/cannoneer85-svg/stratanote/blob/master/_app/client/src/utils/date.ts#L11)

Formats a UTC date string (e.g. from SQLite) into Moscow Time (MSK, UTC+3)
in 24-hour format (DD.MM.YYYY, HH:MM:SS).

## Parameters

### dateStr

`string` | `Date` | `null` | `undefined`

## Returns

`string`
