mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-06 16:14:15 +00:00
parent
447ee39cbd
commit
35cbcebacb
|
@ -34,7 +34,7 @@ sealed class ConsoleLog {
|
|||
'"data":{\n$content\n}'
|
||||
'\n}';
|
||||
|
||||
static final DateFormat _formatter = DateFormat('hh:mm:ss');
|
||||
static final DateFormat _formatter = DateFormat('HH:mm:ss');
|
||||
String get timeString => _formatter.format(time);
|
||||
|
||||
String get fullUTCString => time.toUtc().toIso8601String();
|
||||
|
|
Loading…
Reference in a new issue