owncloud / calendar

Calendar app for ownCloud
GNU Affero General Public License v3.0
121 stars 43 forks source link

Calendar Default Timezone Selection #744

Open pork94 opened 8 years ago

pork94 commented 8 years ago

Steps to reproduce

  1. Create a new event by clicking a date on the calendar.
  2. Click the Timezone selection button.

    Expected behaviour

Default selection should be Singapore.

Actual behaviour

Default selection is Shanghai.

Server configuration

Operating system: Ubuntu 16.04 Web server: Apache2 Database: MySQL PHP version: 7.0.8 Server version: (see your admin page) 9.1.0 (stable) Calendar version: (see the apps page) 1.3.3 Updated from an older installed version or fresh install: Freshly Installed Signing status (ownCloud/Nextcloud 9.0 and above):

Login as admin user into your cloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

No errors have been found.

List of activated apps: Activity Antivirus App for files Collaborative tags Comments Default encryption module Deleted files First run wizard Gallery Mail Template Editor Notifications PDF Viewer Provisioning API Share Files Text Editor Update notification Versions Video player Calendar Documents Tasks Two Factor TOTP Provider

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your instance's installation folder

Permission Denied

The content of config/config.php:

<?php
$CONFIG = array (
  'updatechecker' => false,
  'instanceid' => 'oczzch5yk7ag',
  'passwordsalt' => '***********',
  'secret' => '************',
  'trusted_domains' => 
  array (
    0 => 'www.cloud.it-dns.sg',
  ),
  'datadirectory' => '/var/www/owncloud/data',
  'overwrite.cli.url' => 'https://www.cloud.it-dns.sg',
  'dbtype' => 'mysql',
  'version' => '9.1.0.15',
  'dbname' => 'owncloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'owncloud',
  'dbpassword' => '*************',
  'logtimezone' => 'Asia/Singapore',
  'installed' => true,
  'theme' => 'Theme1',
  'mail_smtpmode' => 'smtp',
  'mail_from_address' => 'no-reply',
  'mail_domain' => 'it-dns.sg',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '*********',
  'mail_smtpport' => '25',
  'mail_smtpname' => 'n***********',
  'mail_smtppassword' => '******************',
  'default_language' => 'en-gb',
  'session_lifetime' => 60 * 15,
  'knowledgebaseenabled' => false,
  'session_keepalive' => false,
  'updatechecker' => true,
  'updater.server.url' => 'https://updates.owncloud.com/server/',
  'has_internet_connection' => true,
  'appstoreenabled' => true,
  'appstoreurl' => 'https://api.owncloud.com/v1',
  'maintenance' => false,
  'singleuser' => false,
  'memcache.local' => '\OC\Memcache\APCu',
);

Are you using encryption: yes


### Client configuration
**Browser:**
Chrome
**Operating system:**
Windows 10
**CalDAV-clients:**
georgehrke commented 8 years ago

What timezone does this website show? http://pellepim.bitbucket.org/jstz/

pork94 commented 8 years ago

On my client, it shows Asia/Shanghai. But i have another client that shows Asia/Singapore. But the calendar still shows the same Shanghai as default