aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.h
diff options
context:
space:
mode:
authorElichai Turkel <elichai.turkel@gmail.com>2019-10-26 21:10:44 +0300
committerElichai Turkel <elichai.turkel@gmail.com>2019-10-27 01:00:05 +0300
commit9e2c623be50ee7e586a411923b9ed136acfa2b3f (patch)
tree811ee6b1a86b8ace053c83b84d2004cab0251e20 /src/util/time.h
parentbe50469217bd775c4305938634c32e5932f47841 (diff)
downloadbitcoin-9e2c623be50ee7e586a411923b9ed136acfa2b3f.tar.xz
Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cpp
Diffstat (limited to 'src/util/time.h')
-rw-r--r--src/util/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/time.h b/src/util/time.h
index c0470a2136..af4390aa1c 100644
--- a/src/util/time.h
+++ b/src/util/time.h
@@ -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