module Amazonite::Core::AWSEpochConverter

Overview

JSON::Serializable converter for AWS's epoch-seconds timestamp shapes - (de)serializes a Time as a Unix timestamp in seconds (fractional, millisecond precision) rather than an ISO8601 string.

Defined in:

core/converters.cr

Class Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) #

[View source]
def self.to_json(value : Time, json : JSON::Builder) : Nil #

[View source]