diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-09-12 18:33:07 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-09-12 18:33:07 +0100 |
| commit | 30817cb7933d619ca847032d4b2abbcadb4cd150 (patch) | |
| tree | af1a60fd152b0c07c7e29fad8f9215f36ed02be4 /library/tecnick.com/tcpdf/config | |
| parent | 2a8c76cd06eff2ca66b84d1ec6c15593f5388aaf (diff) | |
| download | webtrees-30817cb7933d619ca847032d4b2abbcadb4cd150.tar.gz webtrees-30817cb7933d619ca847032d4b2abbcadb4cd150.tar.bz2 webtrees-30817cb7933d619ca847032d4b2abbcadb4cd150.zip | |
Update library tecnick.com/tcpdf
Diffstat (limited to 'library/tecnick.com/tcpdf/config')
| -rw-r--r-- | library/tecnick.com/tcpdf/config/tcpdf_config.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/library/tecnick.com/tcpdf/config/tcpdf_config.php b/library/tecnick.com/tcpdf/config/tcpdf_config.php index b0931e57e7..864a9d2d89 100644 --- a/library/tecnick.com/tcpdf/config/tcpdf_config.php +++ b/library/tecnick.com/tcpdf/config/tcpdf_config.php @@ -2,7 +2,7 @@ //============================================================+ // File name : tcpdf_config.php // Begin : 2004-06-11 -// Last Update : 2014-01-25 +// Last Update : 2014-09-02 // // Description : Configuration file for TCPDF. // Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com @@ -217,6 +217,11 @@ define('K_TCPDF_CALLS_IN_HTML', true); */ define('K_TCPDF_THROW_EXCEPTION_ERROR', false); +/** + * Default timezone for datetime functions + */ +define('K_TIMEZONE', 'UTC'); + //============================================================+ // END OF FILE //============================================================+ |
