module RethinkORM::Lock::FloatEpochConverter

Overview

This module converts an epoch to a decimal seconds. RethinkDB's epochs are floats!?

:nodoc:

Defined in:

rethinkdb-orm/lock.cr

Class Method Summary

Class Method Detail

def self.from_json(value : JSON::PullParser) : Time #

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

[View source]