he serialized C<Time::Moment> instance using C<nfreeze> is
34 bytes.
=head2 JSON
C<Time::Moment> implements a C<TO_JSON> method that returns the L<stringified|/stringification>
representation of th
_epoch($seconds, $nos)
->with_offset_same_instant($offset) };
}
sub TO_JSON {
return $_[0]->to_string;
}
sub TO_CBOR {
# Use the standard tag for date/time string;