Skip to content

Commit 778bd20

Browse files
committed
Temporarily remove skip for strptime to identify issue
1 parent bab4580 commit 778bd20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/datetime/strptime.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ function strptime(dateStr, format) {
44
// + based on: strftime
55
// - depends on: setlocale
66
// - depends on: array_map
7-
// * test: skip
87
// * example 1: strptime('20091112222135', '%Y%m%d%H%M%S'); // Return value will depend on date and locale
98
// * returns 1: {tm_sec: 35, tm_min: 21, tm_hour: 22, tm_mday: 12, tm_mon: 10, tm_year: 109, tm_wday: 4, tm_yday: 315, unparsed: ''}
109
// * example 1: strptime('2009extra', '%Y');

0 commit comments

Comments
 (0)