Skip to content

Commit

Permalink
Add reference to original code used for DateTime.toString supports
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Jan 24, 2024
1 parent 7a305c5 commit 88003be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fable-library-py/fable_library/date.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
from .types import FSharpRef
from .util import DateKind

# Some of the code in this file has been adapted from
# https://github.com/microsoft/referencesource/blob/51cf7850defa8a17d815b4700b67116e3fa283c2/mscorlib/system/globalization/datetimeformat.cs

short_days = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]

Expand Down

0 comments on commit 88003be

Please sign in to comment.