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