diff --git a/lib/node_modules/@stdlib/time/quarter-of-year/README.md b/lib/node_modules/@stdlib/time/quarter-of-year/README.md index 638fd5155019..8c8e19f01134 100644 --- a/lib/node_modules/@stdlib/time/quarter-of-year/README.md +++ b/lib/node_modules/@stdlib/time/quarter-of-year/README.md @@ -66,6 +66,16 @@ q = quarterOfYear( 'apr' ); +
+ +## Notes + +- The function's return value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates. + +
+ + +
## Examples