Unix Time for Office

Example: =A1/86400+25569
*A1 is the field with the Unix numerical value, set the created cell to the desired date format. The date is UTC/GMT+0
This commit is contained in:
Luke 2024-07-27 16:43:55 +02:00 committed by GitHub
parent ba173fa2dd
commit 084552e72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -429,8 +429,8 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
</tr>
<tr style="display:none;">
<td colspan="7"><?php echo $moneroooTable; ?></td>
<td><?php echo $time; ?></td>
<td>TZ:<?php echo date_default_timezone_get(); ?></td>
<td>Unix Time:</td>
<td colspan="2"><?php echo $api_cg->time; ?></td>
</tr>
</tbody>
</table>