Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
algebraic-dev committed Nov 8, 2024
1 parent 12cc801 commit 9b34212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Std/Time/Format/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -914,9 +914,9 @@ private def dateFromModifier (date : DateTime tz) : TypeFormat modifier :=
| .H _ => date.hour
| .m _ => date.minute
| .s _ => date.date.get.time.second
| .S _ => date.nanoseconds
| .S _ => date.nanosecond
| .A _ => date.date.get.time.toMilliseconds
| .n _ => date.nanoseconds
| .n _ => date.nanosecond
| .N _ => date.date.get.time.toNanoseconds
| .V => tz.name
| .z .short => tz.abbreviation
Expand Down

0 comments on commit 9b34212

Please sign in to comment.