taskwarrior-0.6.0.3: Types and aeson instances for taskwarrior tasks
Safe HaskellSafe-Inferred
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.