Temporarily revert timestamp serialization change to upgrade in phases
This commit is contained in:
parent
f948bd759d
commit
c38479c6ae
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_iso_string();
|
||||
return this->to_non_delimited_iso_string();
|
||||
}
|
||||
|
||||
time_point_sec time_point_sec::from_iso_string( const fc::string& s )
|
||||
|
|
|
|||
Loading…
Reference in a new issue