Changeset 2518561
- Timestamp:
- 04/20/2021 05:16:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exchange-rate-belarusbank-by-atlas/tags/1.2.0/includes/functions.php
r2517853 r2518561 311 311 } 312 312 if(isset($cash_array) && !empty($cash_array)) { 313 $cash_array['time_update'] = date('d.m.Y H:i:s', strtotime( get_date_from_gmt($data->date_modify)));313 $cash_array['time_update'] = date('d.m.Y H:i:s', strtotime(($data->date_modify))); 314 314 $cash_array['city'] = $data->city; 315 315 return $cash_array;
Note: See TracChangeset
for help on using the changeset viewer.