chore: dateTime comment

This commit is contained in:
Zack Spear
2023-12-12 13:55:22 -05:00
parent 48bc19543e
commit 1315dc6099

View File

@@ -17,7 +17,7 @@ export interface TimeStringsObject {
}
const dateFormatOptions: DateFormatOption[] = [
{ format: '%c', display: 'ddd, D MMMM YYYY' }, // aka "system settings"
{ format: '%c', display: 'ddd, D MMMM YYYY' }, // aka "system settings" in the date time settings of the webgui
{ format: '%A, %Y %B %e', display: 'ddd, YYYY MMMM D' },
{ format: '%A, %e %B %Y', display: 'ddd, D MMMM YYYY' },
{ format: '%A, %B %e, %Y', display: 'ddd, MMMM D, YYYY' },