@apiverve/timezonelookup 1.1.6 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,26 +67,26 @@ api.execute(query, function (error, data) {
|
|
|
67
67
|
###### Example Response
|
|
68
68
|
|
|
69
69
|
```
|
|
70
|
-
{
|
|
71
|
-
"status": "ok",
|
|
72
|
-
"error": null,
|
|
73
|
-
"data": {
|
|
74
|
-
"timezone": "Africa/Harare",
|
|
75
|
-
"timezone_offset": 120,
|
|
76
|
-
"date": "
|
|
77
|
-
"time": "
|
|
78
|
-
"time24": "
|
|
79
|
-
"time12": "11:
|
|
80
|
-
"day": "
|
|
81
|
-
"month": "
|
|
82
|
-
"year": "
|
|
83
|
-
"unix": "
|
|
84
|
-
"dst": false,
|
|
85
|
-
"dst_start": "
|
|
86
|
-
"dst_end": "
|
|
87
|
-
"dst_name": "CAT"
|
|
88
|
-
},
|
|
89
|
-
"code": 200
|
|
70
|
+
{
|
|
71
|
+
"status": "ok",
|
|
72
|
+
"error": null,
|
|
73
|
+
"data": {
|
|
74
|
+
"timezone": "Africa/Harare",
|
|
75
|
+
"timezone_offset": 120,
|
|
76
|
+
"date": "2025-02-20",
|
|
77
|
+
"time": "23:34",
|
|
78
|
+
"time24": "23:34:29",
|
|
79
|
+
"time12": "11:34:29 PM",
|
|
80
|
+
"day": "Thursday",
|
|
81
|
+
"month": "February",
|
|
82
|
+
"year": "2025",
|
|
83
|
+
"unix": "1740087269",
|
|
84
|
+
"dst": false,
|
|
85
|
+
"dst_start": "2025-02-20 23:34:29",
|
|
86
|
+
"dst_end": "2025-02-20 23:34:29",
|
|
87
|
+
"dst_name": "CAT"
|
|
88
|
+
},
|
|
89
|
+
"code": 200
|
|
90
90
|
}
|
|
91
91
|
```
|
|
92
92
|
|
|
@@ -112,7 +112,7 @@ All usage of the APIVerve website, API, and services is subject to the [APIVerve
|
|
|
112
112
|
## License
|
|
113
113
|
Licensed under the The MIT License (MIT)
|
|
114
114
|
|
|
115
|
-
Copyright (©)
|
|
115
|
+
Copyright (©) 2025 APIVerve, and EvlarSoft LLC
|
|
116
116
|
|
|
117
117
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
118
118
|
|
package/package.json
CHANGED