diff options
author | ~login@aussies.space | 2019-10-07 02:35:52 +0000 |
---|---|---|
committer | ~login@aussies.space | 2019-10-07 02:35:52 +0000 |
commit | 27060c15989654a83acc84d5dbb83bc696c7364e (patch) | |
tree | a7192c5a7c8b44b52c17b40700636ae5207bbe46 | |
parent | a7b2bc1df6f24465a6c630e897f1197e425b7ff0 (diff) |
Fixing a bug with how time is calculated for messages
Benjamin Harris (https://ben.tild3.org, https://github.com/benharri, and https://benharr.is) found a bug where the time recorded for transaction logs/messages was local server time instead of UTC. It should have been UTC no matter what the local time was.
-rw-r--r-- | pcoin.cpp | 0 | ||||
-rw-r--r-- | tcoin.cpp | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/pcoin.cpp b/pcoin.cpp index 262fae6..0a958ad 100644 --- a/pcoin.cpp +++ b/pcoin.cpp diff --git a/tcoin.cpp b/tcoin.cpp index f9d14ec..57ef57d 100644 --- a/tcoin.cpp +++ b/tcoin.cpp |