mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: fixed initial clock format
This commit is contained in:
@@ -95,7 +95,7 @@ public class Clock: Module {
|
||||
extension Clock {
|
||||
static let title: String = "Clock"
|
||||
static var local: Clock_t {
|
||||
Clock_t(name: localizedString("Local time"), format: "YYYY-MM-DD HH:mm:ss", tz: "local")
|
||||
Clock_t(name: localizedString("Local time"), format: "yyyy-MM-dd HH:mm:ss", tz: "local")
|
||||
}
|
||||
static var zones: [KeyValue_t] {
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user