mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
fix: logs in utc time (#16373)
* chore_: update nim-chronicles * fix: chronicles_timestamps RfcUtcTime
This commit is contained in:
parent
6c4837519b
commit
a745f09514
@ -37,7 +37,8 @@ else:
|
||||
# don't link libraries we're not actually using
|
||||
switch("passL", "-Wl,-as-needed")
|
||||
|
||||
--define:chronicles_line_numbers # useful when debugging
|
||||
--define:chronicles_line_numbers # useful when debugging=
|
||||
switch("define", "chronicles_timestamps=RfcUtcTime")
|
||||
|
||||
# The compiler doth protest too much, methinks, about all these cases where it can't
|
||||
# do its (N)RVO pass: https://github.com/nim-lang/RFCs/issues/230
|
||||
|
2
vendor/nim-chronicles
vendored
2
vendor/nim-chronicles
vendored
@ -1 +1 @@
|
||||
Subproject commit 33761a5f77610d3f87f774244490eae43a9ac5a1
|
||||
Subproject commit 1ac2715bbbb1f2931ce2d32fe05b70f8d47fe413
|
Loading…
x
Reference in New Issue
Block a user