[Owncloud] Default Timezone is Europe/Berlin

Georg Ehrke ownclouddev at georgswebsite.de
Mon May 21 13:28:29 UTC 2012


Hi,
i was always wondering why the default timezone in ownCloud is set to Europe / Berlin.

lib/base.php:
[…]
line: 324: 		date_default_timezone_set('Europe/Berlin');
[…]

Shouldn't we use UTC (like PHP does with 5.4 and newer) if we set the timezone anyways
Why we set the default timezone at all?

Cheers,
Georg


More information about the Owncloud mailing list