Skip to content

Commit

Permalink
Merge pull request redhat-openstack#219 from petems/patch-1
Browse files Browse the repository at this point in the history
Fix strftime documentation in README
  • Loading branch information
Ashley Penney committed Feb 11, 2014
2 parents dacdfaa + d4722d7 commit 2435741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,7 @@ To return the date:
%L - Millisecond of the second (000..999)
%m - Month of the year (01..12)
%M - Minute of the hour (00..59)
%n - Newline (
)
%n - Newline (\n)
%N - Fractional seconds digits, default is 9 digits (nanosecond)
%3N millisecond (3 digits)
%6N microsecond (6 digits)
Expand Down

0 comments on commit 2435741

Please sign in to comment.