This commit is contained in:
kleponijo 2026-04-12 14:03:50 +07:00
parent 3675c0188d
commit ea24df2e53
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class MyWindSpeed {
pulse: (json['pulse'] ?? 0) as int,
timestamp: DateTime.fromMillisecondsSinceEpoch(
(json['timestamp'] ?? 0) * 1000, // kalau dari Unix detik
),
).toLocal(),
);
}
}