Skip to content

Commit 6bb3e96

Browse files
add link to calendars
1 parent d5d7c7e commit 6bb3e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ CFTime.timeencode(dt,"days since 2000-01-01 00:00:00",DateTime360Day)
7777
# 2.0
7878
# 3.0
7979
```
80-
You can replace in the example above the type `DateTime360Day` by the string `"360_day"` (the name for the calendar according to the CF conventions).
80+
You can replace in the example above the type `DateTime360Day` by the string `"360_day"` (the [name for the calendar](https://cfconventions.org/Data/cf-conventions/cf-conventions-1.12/cf-conventions.html#calendar) according to the CF conventions).
8181

8282
Single time instances can also be created by calling the corresponding constructor function, e.g. `DateTimeStandard` for the standard calendar (mixed Gregorian/Julian calendar)
8383
in a similar way than Julias `DateTime` type.

0 commit comments

Comments
 (0)