From c38479c6ae84b1663c9ea59c9efc4e0dd2a961c0 Mon Sep 17 00:00:00 2001 From: Vikram Rajkumar Date: Wed, 29 Oct 2014 15:01:24 -0400 Subject: [PATCH] Temporarily revert timestamp serialization change to upgrade in phases --- src/time.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time.cpp b/src/time.cpp index 20d003e..9eba321 100644 --- a/src/time.cpp +++ b/src/time.cpp @@ -30,7 +30,7 @@ namespace fc { time_point_sec::operator fc::string()const { - return this->to_iso_string(); + return this->to_non_delimited_iso_string(); } time_point_sec time_point_sec::from_iso_string( const fc::string& s )