taskwarrior-0.3.0.0: Types and aeson instances for taskwarrior tasks
Safe HaskellNone
LanguageHaskell2010

Taskwarrior.Time

Description

This module provides no own time type for taskwarrior rather it only gives deserialisation and serialisation support.

Synopsis

Documentation

parse :: Value -> Parser UTCTime Source #

Parses a JSON string from the taskwarrior time format.

toValue :: UTCTime -> Value Source #

Converts a time to the taskwarrior time format.