reasonableframework/storage/config/country.ini.php

7 lines
78 B
PHP
Raw Normal View History

<?php
return <<<EOF
2018-02-09 11:14:56 +00:00
[country]
timezone=Asia/Seoul
2018-04-10 16:36:31 +00:00
timeformat=Y-m-d H:i:s
EOF;