hodatime
Copyright(C) 2017 Jason Johnson
LicenseBSD-style (see the file LICENSE)
MaintainerJason Johnson <jason.johnson.081@gmail.com>
Stabilityexperimental
PortabilityPOSIX, Windows
Safe HaskellNone
LanguageHaskell2010

Data.HodaTime.Pattern.ZonedDateTime

Contents

Description

This is the module for patterns for ZonedDateTime. It contains all patterns needed to format and parse ZoneDateTimes.

NOTE

This module currently doesn't work. Our suggestion is to convert it first to a CalendarDateTime with toCalendarDateTime and use the patterns for that type.

Synopsis

Documentation

pat_dayz :: forall (m :: Type -> Type) cal. (MonadThrow m, IsCalendar cal) => Pattern (ZonedDateTimeInfo cal m -> ZonedDateTimeInfo cal m) (ZonedDateTime cal -> String) String Source #

pat_yearz :: forall (m :: Type -> Type) cal. (MonadThrow m, IsCalendar cal) => Int -> Pattern (ZonedDateTimeInfo cal m -> ZonedDateTimeInfo cal m) (ZonedDateTime cal -> String) String Source #

data ZonedDateTimeInfo cal (m :: Type -> Type) Source #

Constructors

ZonedDateTimeInfo 

Fields

Patterns