sveltekit-ui 1.0.79 → 1.0.80
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.
|
@@ -254,6 +254,7 @@ export function get_time_full_from_object(val_loc) {
|
|
|
254
254
|
datetime_utc: null,
|
|
255
255
|
content: null,
|
|
256
256
|
}
|
|
257
|
+
console.log("time_full", { val_loc, time_full })
|
|
257
258
|
if (val_loc?.is_null) {
|
|
258
259
|
return time_full
|
|
259
260
|
}
|
|
@@ -313,6 +314,7 @@ export function get_time_full_from_object(val_loc) {
|
|
|
313
314
|
return time_full
|
|
314
315
|
}
|
|
315
316
|
time_full.epoch = Math.floor(date.getTime() / 1000)
|
|
317
|
+
console.log("time_full2", time_full?.timezone)
|
|
316
318
|
let date_formatter = new Intl.DateTimeFormat("en-US", {
|
|
317
319
|
year: "numeric",
|
|
318
320
|
month: "numeric",
|
package/package.json
CHANGED
|
@@ -254,6 +254,7 @@ export function get_time_full_from_object(val_loc) {
|
|
|
254
254
|
datetime_utc: null,
|
|
255
255
|
content: null,
|
|
256
256
|
}
|
|
257
|
+
console.log("time_full", { val_loc, time_full })
|
|
257
258
|
if (val_loc?.is_null) {
|
|
258
259
|
return time_full
|
|
259
260
|
}
|
|
@@ -313,6 +314,7 @@ export function get_time_full_from_object(val_loc) {
|
|
|
313
314
|
return time_full
|
|
314
315
|
}
|
|
315
316
|
time_full.epoch = Math.floor(date.getTime() / 1000)
|
|
317
|
+
console.log("time_full2", time_full?.timezone)
|
|
316
318
|
let date_formatter = new Intl.DateTimeFormat("en-US", {
|
|
317
319
|
year: "numeric",
|
|
318
320
|
month: "numeric",
|