aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js
index 58bd124f..08f4d755 100644
--- a/src/library.js
+++ b/src/library.js
@@ -5357,6 +5357,11 @@ LibraryManager.library = {
// TODO: Implement.
return 0;
},
+ strptime_l__deps: ['strptime'],
+ strptime_l: function(s, maxsize, format, timeptr, locale) {
+ // TODO: Should depend on the given locale.
+ return _strptime(s, maxsize, format, timeptr);
+ },
getdate: function(string) {
// struct tm *getdate(const char *string);