Group
Extension

Matches 2

Time-Moment ( C/CH/CHANSEN/Time-Moment-0.44.tar.gz, CHANSEN, 2018; MetaCPAN )
Time-Moment/lib/Time/Moment.pod ( view source; MetaCPAN )
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
Time-Moment ( C/CH/CHANSEN/Time-Moment-0.44.tar.gz, CHANSEN, 2018; MetaCPAN )
Time-Moment/lib/Time/Moment.pm ( view source; MetaCPAN )
_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; 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.