diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime/datetime.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/datetime/datetime.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime/datetime.sty b/Master/texmf-dist/tex/latex/datetime/datetime.sty index 0959812110d..f32ec32299c 100644 --- a/Master/texmf-dist/tex/latex/datetime/datetime.sty +++ b/Master/texmf-dist/tex/latex/datetime/datetime.sty @@ -7,7 +7,7 @@ %% datetime.dtx (with options: `datetime.sty,package') %% %% datetime.dtx -%% Copyright 2013 Nicola Talbot +%% Copyright 2015 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{datetime}[2013/09/10 v2.59 Date Time Package] +\ProvidesPackage{datetime}[2015/03/20 v2.60 Date Time Package] \RequirePackage{etoolbox} \RequirePackage{fmtcount} \@ifundefined{@FCmodulo}% @@ -291,7 +291,7 @@ past \hourstring{HOURXII}}{% \providecommand*{\amname}{am} \providecommand*{\pmname}{pm} \providecommand*{\amorpmname}{% -\ifthenelse{\value{HOUR}>12}{\pmname}{\amname}} +\ifthenelse{\value{HOUR}>11}{\pmname}{\amname}} \providecommand*{\amstring}{in the morning} \providecommand*{\pmstring}{in the afternoon} \providecommand*{\amorpmstring}{% |