From ce2d1b278b1816bcfc7f8ce69a12c99abdb87582 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 17 Jun 2019 17:19:54 +0200 Subject: [PATCH] fix(core): update --- ts/smarttime.classes.extendeddate.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/smarttime.classes.extendeddate.ts b/ts/smarttime.classes.extendeddate.ts index 100a3a8..556291b 100644 --- a/ts/smarttime.classes.extendeddate.ts +++ b/ts/smarttime.classes.extendeddate.ts @@ -17,8 +17,8 @@ export class ExtendedDate extends Date { /** */ public static fromEuropeanDateAndTime( europeanDateArg: string, - timeArg: string, - zoneArg: TAvailableZone + timeArg: string = '12:00', + zoneArg: TAvailableZone = 'Europe/Berlin' ) { const dateArray = /(.*)\.(.*)\.(.*)/.exec(europeanDateArg); const sliceDate = (dateString: string) => {