@applica-software-guru/react-admin 1.5.252 → 1.5.253

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.
@@ -27330,7 +27330,7 @@ function dae(e) {
27330
27330
  id: n == null ? void 0 : n.id,
27331
27331
  data: {
27332
27332
  ...n,
27333
- readed: ro().format("YYYY-MM-DD HH:mm:ss")
27333
+ readed: ro().toISOString()
27334
27334
  }
27335
27335
  },
27336
27336
  {
@@ -27412,7 +27412,7 @@ function gae() {
27412
27412
  a,
27413
27413
  {
27414
27414
  ids: x,
27415
- data: { readed: ro().format("YYYY-MM-DD HH:mm:ss") }
27415
+ data: { readed: ro().toISOString() }
27416
27416
  },
27417
27417
  {
27418
27418
  onSuccess: () => {
@@ -29603,7 +29603,7 @@ function Cse() {
29603
29603
  n,
29604
29604
  {
29605
29605
  ids: o.length > 0 ? o : [s == null ? void 0 : s.id],
29606
- data: { readed: ro().format("YYYY-MM-DD HH:mm:ss") },
29606
+ data: { readed: ro().toISOString() },
29607
29607
  // @ts-ignore
29608
29608
  rows: c
29609
29609
  },