Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cpp

This commit is contained in:
Elichai Turkel
2019-10-26 21:10:44 +03:00
parent be50469217
commit 9e2c623be5
3 changed files with 17 additions and 15 deletions

View File

@@ -48,5 +48,6 @@ T GetTime();
*/
std::string FormatISO8601DateTime(int64_t nTime);
std::string FormatISO8601Date(int64_t nTime);
int64_t ParseISO8601DateTime(const std::string& str);
#endif // BITCOIN_UTIL_TIME_H