mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
parent
447ee39cbd
commit
35cbcebacb
|
@ -34,7 +34,7 @@ sealed class ConsoleLog {
|
||||||
'"data":{\n$content\n}'
|
'"data":{\n$content\n}'
|
||||||
'\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 timeString => _formatter.format(time);
|
||||||
|
|
||||||
String get fullUTCString => time.toUtc().toIso8601String();
|
String get fullUTCString => time.toUtc().toIso8601String();
|
||||||
|
|
Loading…
Reference in a new issue