diff options
Diffstat (limited to 'src/Debug.vala')
-rw-r--r-- | src/Debug.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Debug.vala b/src/Debug.vala index 799a94f..186a175 100644 --- a/src/Debug.vala +++ b/src/Debug.vala @@ -107,7 +107,7 @@ namespace Debug { stream.printf("%s %d %s [%s] %s\n", log_app_version_prefix, Posix.getpid(), - new DateTime.now_local().format("%F %T"), + new DateTime.now(Application.timezone).format("%F %T"), prefix, message ); |