fix performance start time
This commit is contained in:
@@ -223,6 +223,7 @@ export class PerformanceSchedulingComponent implements OnInit {
|
||||
}
|
||||
|
||||
private generateNewPerformanceObject(start: Date, hall: Kinosaal, movie: Film): Vorstellung {
|
||||
start.setTime(start.getTime() - start.getTimezoneOffset() * 60_000);
|
||||
return {
|
||||
id: 0, // Wird durch das Backend gesetzt
|
||||
start: start,
|
||||
|
||||
Reference in New Issue
Block a user