net-spider-0.1.0.0: A graph database middleware to maintain a time-varying graph.

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe
LanguageHaskell2010

NetSpider.Timestamp

Description

 
Synopsis

Documentation

data Timestamp Source #

Timestamp when graph elements are observed.

Constructors

Timestamp 
Instances
Eq Timestamp Source # 
Instance details

Defined in NetSpider.Timestamp

Ord Timestamp Source #

Compare by epochTime only. timeZone is not used.

Instance details

Defined in NetSpider.Timestamp

Show Timestamp Source # 
Instance details

Defined in NetSpider.Timestamp

fromEpochSecond :: Int64 -> Timestamp Source #

Make Timestamp from seconds from the epoch. timeZone is Nothing.