mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 14:54:15 +00:00
- DateFormats are not thread safe - new Date() is used for formatting which does not specify a locale We now use a Utils.dateTimeFormat() helper for formatting to ISO 8601 (UTC).