Use Sydney timezone to fix ics consumption
Some calendar programs cannot understand Australia/Canberra, even though it should be a link to Sydney. Change to Australia/Sydney explicitly to avoid issues in clients.
This commit is contained in:
		
							parent
							
								
									31c265a6b8
								
							
						
					
					
						commit
						6256bb2420
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -125,7 +125,7 @@ else: | |||
| 
 | ||||
| ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '*'] | ||||
| 
 | ||||
| TIME_ZONE = "Australia/Canberra" | ||||
| TIME_ZONE = "Australia/Sydney" | ||||
| DATE_FORMAT = "j F Y" | ||||
| LANGUAGE_CODE = "en-au" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Joel Addison
						Joel Addison