mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-21 03:41:25 +00:00
7 lines
103 B
PHP
7 lines
103 B
PHP
<?php
|
|
|
|
setlocale(LC_ALL, 'en_US.utf8');
|
|
|
|
// PHP 5.3 Compat
|
|
date_default_timezone_set('Europe/London');
|