swish-0.3.0.0: A semantic web toolkit.

PortabilityH98
Stabilityexperimental
MaintainerDouglas Burke

Swish.Utils.DateTime

Description

This Module defines a collection of date/time manipulation functions. It should probably be replaced by standard modules from Hackage.

Date/time value manipulation.

Date/time can be date-only or time-only

type DateTime is an instance of built-in classes Eq and Show

type DateTime has a constructor that accepts a string in the format defined by RFC 3339. Timezone interpretation is per RFC3339.

Documentation

time :: Int -> Int -> Int -> Int -> Int -> DateTimeSource