mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 04:27:42 +03:00
remove comments about deprecated strftime_fmt
This commit is contained in:
parent
68a3a60927
commit
a534f0f168
@ -28,9 +28,6 @@ export const getNowYesterdayInLong = (): number => {
|
|||||||
* The `timezone` option allows you to specify a specific timezone for the output, otherwise the user's browser timezone will be used.
|
* The `timezone` option allows you to specify a specific timezone for the output, otherwise the user's browser timezone will be used.
|
||||||
* The `use12hour` option allows you to display time in a 12-hour format if true, and 24-hour format if false.
|
* The `use12hour` option allows you to display time in a 12-hour format if true, and 24-hour format if false.
|
||||||
* The `dateStyle` and `timeStyle` options allow you to specify pre-defined formats for displaying the date and time.
|
* The `dateStyle` and `timeStyle` options allow you to specify pre-defined formats for displaying the date and time.
|
||||||
* The `strftime_fmt` option allows you to specify a custom format using the strftime syntax.
|
|
||||||
*
|
|
||||||
* If both `strftime_fmt` and `dateStyle`/`timeStyle` are provided, `strftime_fmt` takes precedence.
|
|
||||||
*
|
*
|
||||||
* @param unixTimestamp The Unix timestamp to format
|
* @param unixTimestamp The Unix timestamp to format
|
||||||
* @param config An object containing the configuration options for date/time display
|
* @param config An object containing the configuration options for date/time display
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user