Skip to content
Snippets Groups Projects
Commit 0a121f75 authored by Tobias Kuhnert's avatar Tobias Kuhnert
Browse files

use current utc time instead of midnight

parent ed9d751f
No related branches found
No related tags found
1 merge request!120Resolve "Switch to date time picker for mount & unmount actions"
......@@ -652,8 +652,7 @@ export default class ConfigurationsIdPage extends Vue {
private contacts: Contact[] = []
private selectedNode: ConfigurationsTreeNode | null = null
private now: DateTime = DateTime.utc()
private today: DateTime = DateTime.utc(this.now.year, this.now.month, this.now.day, 0, 0, 0, 0)
private today: DateTime = DateTime.utc()
private selectedDate: DateTime = this.today
private rules: Object = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment