Skip to content

Commit f6e00ac

Browse files
authored
docs: add notes section to time/quarter-of-year
PR-URL: #12734 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent f1e2034 commit f6e00ac

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/time/quarter-of-year

lib/node_modules/@stdlib/time/quarter-of-year/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ q = quarterOfYear( 'apr' );
6666

6767
<!-- /.usage -->
6868

69+
<section class="notes">
70+
71+
## Notes
72+
73+
- 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.
74+
75+
</section>
76+
77+
<!-- /.notes -->
78+
6979
<section class="examples">
7080

7181
## Examples

0 commit comments

Comments
 (0)