ps-toolkit-ui 1.12.58 → 1.12.60

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.
@@ -1148,7 +1148,7 @@
1148
1148
  if (dt === null) {
1149
1149
  return '';
1150
1150
  }
1151
- var d = parseInt(dt.substring(6, dt.length - 2), 10) + (3.5 * 3600);
1151
+ var d = parseInt(dt.substring(6, dt.length - 2), 10) + (4.5 * 3600000);
1152
1152
  return moment__namespace(d).locale('fa').format(format + 'z');
1153
1153
  }
1154
1154
  catch (e) {