Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Locale/DefaultTimeLocale.hs

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


module Locale where

import DTimeLocale

defaultTimeLocale = TimeLocale {
    wDays  = [("Sunday",   "Sun"),  ("Monday",    "Mon"),
              ("Tuesday",  "Tue"),  ("Wednesday", "Wed"),
              ("Thursday", "Tue"),  ("Friday",    "Fri"),
              ("Saturday", "Sat")],
    months = [("January",  "Jan"),  ("February",  "Feb"),
              ("March",    "Mar"),  ("April",     "Apr"),
              ("May",      "May"),  ("June",      "Jun"),
              ("July",     "Jul"),  ("August",    "Aug"),
              ("September","Sep"),  ("October",   "Oct"),
              ("November", "Nov"),  ("December",  "Dec")],
    amPm   = ("am","pm"),
    dateTimeFmt  = "%H:%M:%S %Z, %a %e %b %Y",
    dateFmt      = "%Y.%m.%d",
    timeFmt      = "%H:%M:%S",
    time12Fmt    = "%I:%M:%S %p"
    }


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.