1 parent 47ffb45 commit c06e276Copy full SHA for c06e276
1 file changed
lib/utils/format-time.js
@@ -18,7 +18,7 @@ const isValidDate = require('./is-valid-date')
18
* valid for `new Date()`.
19
* @param {boolean|string} [translateTime=false] When `false`, the given `epoch`
20
* will simply be returned. When `true`, the given `epoch` will be converted
21
- * to a string at UTC using the `DATE_FORMAT` constant. If `translateTime` is
+ * to a string at UTC using the `DATE_FORMAT_SIMPLE` constant. If `translateTime` is
22
* a string, the following rules are available:
23
*
24
* - `<format string>`: The string is a literal format string. This format
0 commit comments