Skip to content

Commit bfed578

Browse files
Update README.md
1 parent af8ed51 commit bfed578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111

1212
Feature of CFTime include:
1313

14+
* Time instances as defined [Climate and Forecasting (CF) conventions](https://cfconventions.org/)
1415
* Supporting a wide range of the time resolutions, from days down to attoseconds (for feature parity with NumPy's date time type)
1516
* Supporting arbitrary time origins
1617
* Per default, the time counter is a 64-bit integer, but other integers types (such as `Int32`, `Int128` or `BigInt`) or floating-point types can be used (not recommended)
1718
* Basic arithmetic such as computing the duration between two time instances
18-
* Conversion function between types and Julia's `DateTime`.
19+
* Conversion function between CFTime types and Julia's `DateTime`.
1920
* Time ranges
2021

2122

0 commit comments

Comments
 (0)