Revert "Temporarily revert timestamp serialization change to upgrade in phases"
This reverts commit c38479c6ae.
This commit is contained in:
parent
e6b43a6149
commit
e29438461e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ namespace fc {
|
|||
|
||||
time_point_sec::operator fc::string()const
|
||||
{
|
||||
return this->to_non_delimited_iso_string();
|
||||
return this->to_iso_string();
|
||||
}
|
||||
|
||||
time_point_sec time_point_sec::from_iso_string( const fc::string& s )
|
||||
|
|
|
|||
Loading…
Reference in a new issue