diff options
| author | practicalswift <[email protected]> | 2018-02-28 16:46:31 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-03-09 15:02:01 +0100 |
| commit | a7324bd799591546c2ae069f29cb82a66d427769 (patch) | |
| tree | b99b314c2166933c3a4e3843173e5cba9789555e /doc | |
| parent | Merge #12607: depends: Remove ccache (diff) | |
| download | discoin-a7324bd799591546c2ae069f29cb82a66d427769.tar.xz discoin-a7324bd799591546c2ae069f29cb82a66d427769.zip | |
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
* Z is the zone designator for the zero UTC offset.
* T is the delimiter used to separate date and time.
This makes it clear for the end-user that the date/time logged is
specified in UTC and not in the local time zone.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 8fcd2a916..d08e2518c 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -93,6 +93,10 @@ Low-level RPC changes with any `-wallet=<path>` options, there is no change in behavior, and the name of any wallet is just its `<path>` string. +### Logging + +- The log timestamp format is now ISO 8601 (e.g. "2018-02-28T12:34:56Z"). + Credits ======= |