1
0

add "unixtime" to the MFM cheatsheet

This commit is contained in:
Hazelnoot
2025-06-01 12:09:49 -04:00
parent c41a4a6860
commit f5195008a5
3 changed files with 23 additions and 0 deletions
+8
View File
@@ -12492,6 +12492,14 @@ export interface Locale extends ILocale {
* Displays content centered.
*/
"centerDescription": string;
/**
* Unix Time
*/
"unixtime": string;
/**
* Displays a timestamp in the viewer's current timezone.
*/
"unixtimeDescription": string;
/**
* Code (Inline)
*/