//! An alternative timestamp serialization/deserialization mechanism for
//! RFC3339-compatible timestamps to that provided by the `tendermint-proto`
//! crate.
use crateTime;
use ;
/// Serialize from `Time` into `String`
/// Deserialize `String` into `Time`