@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.
Files changed (2) hide show
  1. package/README.md +21 -21
  2. 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": "2024-09-01",
77
- "time": "11:38",
78
- "time24": "11:38:49",
79
- "time12": "11:38:49 AM",
80
- "day": "Sunday",
81
- "month": "September",
82
- "year": "2024",
83
- "unix": "1725183529",
84
- "dst": false,
85
- "dst_start": "2024-09-01 11:38:49",
86
- "dst_end": "2024-09-01 11:38:49",
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 (©) 2024 APIVerve, and Evlar LLC
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiverve/timezonelookup",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Timezone Lookup is a simple tool for looking up timezone data. It returns the timezone name, offset, and more.",
5
5
  "main": "index.js",
6
6
  "scripts": {