Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar displaying tomorrow all day events, for today, following time change from DST to ST. #1810

Closed
scuppasteve opened this issue Nov 15, 2019 · 3 comments

Comments

@scuppasteve
Copy link

scuppasteve commented Nov 15, 2019

Like it says in the title, i have a calendar for chores that are all day events. It worked fine for months. Following the time change this a couple weekends ago, all the events are one day ahead. For example items for tomorrow are shown today. Below is the config for this module. Any idea?

	{
		module: "calendar",
		header: "Chores",
		position: "top_right",
		config: {
			fadePoint: 1.0,
			fade: false,
			maximumNumberOfDays: 1,
			maxTitleLength: 40,
			displaySymbol: false,
			getRelative: 0,
			showEnd: false,
			timeFormat: 'absolute',
			calendars: [
				{
					url: 'Calendar URL',
					symbol: 'broom'
				}					
			]
		}
	},
@MichMich
Copy link
Collaborator

Duplicate.

@MichMich
Copy link
Collaborator

#1798

You do realize we are all volunteers right?

@traveller255
Copy link

traveller255 commented Dec 30, 2019

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants