Skip to content

Commit 4dc3352

Browse files
committed
Reinstate test skip for strptime
1 parent 334a8b2 commit 4dc3352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/datetime/strptime.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ function strptime(dateStr, format) {
44
// + based on: strftime
55
// - depends on: setlocale
66
// - depends on: array_map
7+
// * test: skip
78
// * example 1: strptime('20091112222135', '%Y%m%d%H%M%S'); // Return value will depend on date and locale
89
// * 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: ''}
910
// * example 1: strptime('2009extra', '%Y');

0 commit comments

Comments
 (0)