diff --git a/lib/node_modules/@stdlib/constants/time/milliseconds-in-minute/README.md b/lib/node_modules/@stdlib/constants/time/milliseconds-in-minute/README.md index 70acb1267d4e..c6778917aeca 100644 --- a/lib/node_modules/@stdlib/constants/time/milliseconds-in-minute/README.md +++ b/lib/node_modules/@stdlib/constants/time/milliseconds-in-minute/README.md @@ -47,7 +47,7 @@ var bool = ( MILLISECONDS_IN_MINUTE === 60000 ); ## Notes -- The value is a generalization and does **not** take into account inaccuracies arising due to complications with time and dates. +- The 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. diff --git a/lib/node_modules/@stdlib/constants/time/milliseconds-in-minute/docs/repl.txt b/lib/node_modules/@stdlib/constants/time/milliseconds-in-minute/docs/repl.txt index 341bc4b960ef..24e4a2b33542 100644 --- a/lib/node_modules/@stdlib/constants/time/milliseconds-in-minute/docs/repl.txt +++ b/lib/node_modules/@stdlib/constants/time/milliseconds-in-minute/docs/repl.txt @@ -3,7 +3,8 @@ Number of milliseconds in a minute. The value is a generalization and does **not** take into account - inaccuracies arising due to complications with time and dates. + inaccuracies due to daylight savings conventions, crossing timezones, or + other complications with time and dates. Examples -------- diff --git a/lib/node_modules/@stdlib/constants/time/milliseconds-in-second/README.md b/lib/node_modules/@stdlib/constants/time/milliseconds-in-second/README.md index 6343c940a085..7b9ac0d80190 100644 --- a/lib/node_modules/@stdlib/constants/time/milliseconds-in-second/README.md +++ b/lib/node_modules/@stdlib/constants/time/milliseconds-in-second/README.md @@ -47,7 +47,7 @@ var bool = ( MILLISECONDS_IN_SECOND === 1000 ); ## Notes -- The value is a generalization and does **not** take into account inaccuracies arising due to complications with time and dates. +- The 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. diff --git a/lib/node_modules/@stdlib/constants/time/milliseconds-in-second/docs/repl.txt b/lib/node_modules/@stdlib/constants/time/milliseconds-in-second/docs/repl.txt index 682d896997a0..3b945ff30201 100644 --- a/lib/node_modules/@stdlib/constants/time/milliseconds-in-second/docs/repl.txt +++ b/lib/node_modules/@stdlib/constants/time/milliseconds-in-second/docs/repl.txt @@ -3,7 +3,8 @@ Number of milliseconds in a second. The value is a generalization and does **not** take into account - inaccuracies arising due to complications with time and dates. + inaccuracies due to daylight savings conventions, crossing timezones, or + other complications with time and dates. Examples -------- diff --git a/lib/node_modules/@stdlib/constants/time/seconds-in-minute/README.md b/lib/node_modules/@stdlib/constants/time/seconds-in-minute/README.md index 8d3437122b9f..ae8d96418435 100644 --- a/lib/node_modules/@stdlib/constants/time/seconds-in-minute/README.md +++ b/lib/node_modules/@stdlib/constants/time/seconds-in-minute/README.md @@ -47,7 +47,7 @@ var bool = ( SECONDS_IN_MINUTE === 60 ); ## Notes -- The value is a generalization and does **not** take into account inaccuracies arising due to complications with time and dates. +- The 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. diff --git a/lib/node_modules/@stdlib/constants/time/seconds-in-minute/docs/repl.txt b/lib/node_modules/@stdlib/constants/time/seconds-in-minute/docs/repl.txt index 6e6ffafc5162..4248f5e287a2 100644 --- a/lib/node_modules/@stdlib/constants/time/seconds-in-minute/docs/repl.txt +++ b/lib/node_modules/@stdlib/constants/time/seconds-in-minute/docs/repl.txt @@ -3,7 +3,8 @@ Number of seconds in a minute. The value is a generalization and does **not** take into account - inaccuracies arising due to complications with time and dates. + inaccuracies due to daylight savings conventions, crossing timezones, or + other complications with time and dates. Examples --------