@@ -188,8 +188,8 @@ export function Register(store: Store<State, Actions>) {
188
188
store . dispatch (
189
189
Action . registerWorkshop ( {
190
190
id : 'LK8S|SINGAPORE|20191127' ,
191
- startAt : new Date ( '2019-11-27T10:00:00' ) . toISOString ( ) ,
192
- endsAt : new Date ( '2019-11-29T17:00:00' ) . toISOString ( ) ,
191
+ startAt : '2019-11-27T10:00:00' ,
192
+ endsAt : '2019-11-29T17:00:00' ,
193
193
timezone : 'Asia/Singapore' ,
194
194
courseId : NewCourses . threeDays . id ,
195
195
priceId : NewCoursePrice . Singapore . id ,
@@ -200,8 +200,8 @@ export function Register(store: Store<State, Actions>) {
200
200
store . dispatch (
201
201
Action . registerWorkshop ( {
202
202
id : 'LK8S|LONDON|20191202' ,
203
- startAt : new Date ( '2019-12-02T09:30:00' ) . toISOString ( ) ,
204
- endsAt : new Date ( '2019-12-04T05:00:00' ) . toISOString ( ) ,
203
+ startAt : '2019-12-02T09:30:00' ,
204
+ endsAt : '2019-12-04T05:00:00' ,
205
205
timezone : 'Europe/London' ,
206
206
courseId : NewCourses . threeDays . id ,
207
207
priceId : NewCoursePrice . GreatBritain . id ,
@@ -212,8 +212,8 @@ export function Register(store: Store<State, Actions>) {
212
212
store . dispatch (
213
213
Action . registerWorkshop ( {
214
214
id : 'LK8S|SYDNEY|20191216' ,
215
- startAt : new Date ( '2019-12-16T09:30:00' ) . toISOString ( ) ,
216
- endsAt : new Date ( '2019-12-18T05:00:00' ) . toISOString ( ) ,
215
+ startAt : '2019-12-16T09:30:00' ,
216
+ endsAt : '2019-12-18T05:00:00' ,
217
217
timezone : 'Australia/Sydney' ,
218
218
courseId : NewCourses . threeDays . id ,
219
219
priceId : NewCoursePrice . Sydney . id ,
@@ -224,8 +224,8 @@ export function Register(store: Store<State, Actions>) {
224
224
store . dispatch (
225
225
Action . registerWorkshop ( {
226
226
id : 'LK8S|TORONTO|20200129' ,
227
- startAt : new Date ( '2020-01-29T09:30:00' ) . toISOString ( ) ,
228
- endsAt : new Date ( '2020-01-31T05:00:00' ) . toISOString ( ) ,
227
+ startAt : '2020-01-29T09:30:00' ,
228
+ endsAt : '2020-01-31T05:00:00' ,
229
229
timezone : 'America/Toronto' ,
230
230
courseId : NewCourses . threeDays . id ,
231
231
priceId : NewCoursePrice . Canada . id ,
@@ -236,8 +236,8 @@ export function Register(store: Store<State, Actions>) {
236
236
store . dispatch (
237
237
Action . registerWorkshop ( {
238
238
id : 'LK8S|SANFRANCISCO|20200203' ,
239
- startAt : new Date ( '2020-02-03T09:30:00' ) . toISOString ( ) ,
240
- endsAt : new Date ( '2020-02-05T05:00:00' ) . toISOString ( ) ,
239
+ startAt : '2020-02-03T09:30:00' ,
240
+ endsAt : '2020-02-05T05:00:00' ,
241
241
timezone : 'America/Los_Angeles' ,
242
242
courseId : NewCourses . threeDays . id ,
243
243
priceId : NewCoursePrice . UnitedStates . id ,
@@ -248,8 +248,8 @@ export function Register(store: Store<State, Actions>) {
248
248
store . dispatch (
249
249
Action . registerWorkshop ( {
250
250
id : 'LK8S|ZURICH|20200210' ,
251
- startAt : new Date ( '2020-02-10T09:30:00' ) . toISOString ( ) ,
252
- endsAt : new Date ( '2020-02-12T05:00:00' ) . toISOString ( ) ,
251
+ startAt : '2020-02-10T09:30:00' ,
252
+ endsAt : '2020-02-12T05:00:00' ,
253
253
timezone : 'Europe/Zurich' ,
254
254
courseId : NewCourses . threeDays . id ,
255
255
priceId : NewCoursePrice . Switzerland . id ,
@@ -260,8 +260,8 @@ export function Register(store: Store<State, Actions>) {
260
260
store . dispatch (
261
261
Action . registerWorkshop ( {
262
262
id : 'LK8S|VIENNA|20200217' ,
263
- startAt : new Date ( '2020-02-17T09:30:00' ) . toISOString ( ) ,
264
- endsAt : new Date ( '2020-02-19T05:00:00' ) . toISOString ( ) ,
263
+ startAt : '2020-02-17T09:30:00' ,
264
+ endsAt : '2020-02-19T05:00:00' ,
265
265
timezone : 'Europe/Vienna' ,
266
266
courseId : NewCourses . threeDays . id ,
267
267
priceId : NewCoursePrice . Austria . id ,
@@ -272,8 +272,8 @@ export function Register(store: Store<State, Actions>) {
272
272
store . dispatch (
273
273
Action . registerWorkshop ( {
274
274
id : 'LK8S|SINGAPORE|20200217' ,
275
- startAt : new Date ( '2020-02-17T10:00:00' ) . toISOString ( ) ,
276
- endsAt : new Date ( '2020-02-19T17:00:00' ) . toISOString ( ) ,
275
+ startAt : '2020-02-17T10:00:00' ,
276
+ endsAt : '2020-02-19T17:00:00' ,
277
277
timezone : 'Asia/Singapore' ,
278
278
courseId : NewCourses . threeDays . id ,
279
279
priceId : NewCoursePrice . Singapore . id ,
@@ -284,8 +284,8 @@ export function Register(store: Store<State, Actions>) {
284
284
store . dispatch (
285
285
Action . registerWorkshop ( {
286
286
id : 'LK8S|PARIS|20200217' ,
287
- startAt : new Date ( '2020-02-17T10:00:00' ) . toISOString ( ) ,
288
- endsAt : new Date ( '2020-02-19T17:00:00' ) . toISOString ( ) ,
287
+ startAt : '2020-02-17T10:00:00' ,
288
+ endsAt : '2020-02-19T17:00:00' ,
289
289
timezone : 'Europe/Paris' ,
290
290
courseId : NewCourses . threeDays . id ,
291
291
priceId : NewCoursePrice . France . id ,
@@ -296,8 +296,8 @@ export function Register(store: Store<State, Actions>) {
296
296
store . dispatch (
297
297
Action . registerWorkshop ( {
298
298
id : 'LK8S|SYDNEY|20200304' ,
299
- startAt : new Date ( '2020-03-04T09:30:00' ) . toISOString ( ) ,
300
- endsAt : new Date ( '2020-03-06T05:00:00' ) . toISOString ( ) ,
299
+ startAt : '2020-03-04T09:30:00' ,
300
+ endsAt : '2020-03-06T05:00:00' ,
301
301
timezone : 'Australia/Sydney' ,
302
302
courseId : NewCourses . threeDays . id ,
303
303
priceId : NewCoursePrice . Sydney . id ,
@@ -308,8 +308,8 @@ export function Register(store: Store<State, Actions>) {
308
308
store . dispatch (
309
309
Action . registerWorkshop ( {
310
310
id : 'LK8S|BERLIN|20200304' ,
311
- startAt : new Date ( '2020-02-26T09:30:00' ) . toISOString ( ) ,
312
- endsAt : new Date ( '2020-02-28T05:00:00' ) . toISOString ( ) ,
311
+ startAt : '2020-02-26T09:30:00' ,
312
+ endsAt : '2020-02-28T05:00:00' ,
313
313
timezone : 'Europe/Berlin' ,
314
314
courseId : NewCourses . threeDays . id ,
315
315
priceId : NewCoursePrice . Germany . id ,
@@ -320,8 +320,8 @@ export function Register(store: Store<State, Actions>) {
320
320
store . dispatch (
321
321
Action . registerWorkshop ( {
322
322
id : 'LK8S|LONDON|20200311' ,
323
- startAt : new Date ( '2020-03-11T09:30:00' ) . toISOString ( ) ,
324
- endsAt : new Date ( '2020-03-13T05:00:00' ) . toISOString ( ) ,
323
+ startAt : '2020-03-11T09:30:00' ,
324
+ endsAt : '2020-03-13T05:00:00' ,
325
325
timezone : 'Europe/London' ,
326
326
courseId : NewCourses . threeDays . id ,
327
327
priceId : NewCoursePrice . GreatBritain . id ,
@@ -332,8 +332,8 @@ export function Register(store: Store<State, Actions>) {
332
332
store . dispatch (
333
333
Action . registerWorkshop ( {
334
334
id : 'LK8S|HONGKONG|20200311' ,
335
- startAt : new Date ( '2020-03-11T09:30:00' ) . toISOString ( ) ,
336
- endsAt : new Date ( '2020-03-13T05:00:00' ) . toISOString ( ) ,
335
+ startAt : '2020-03-11T09:30:00' ,
336
+ endsAt : '2020-03-13T05:00:00' ,
337
337
timezone : 'Asia/Hong_Kong' ,
338
338
courseId : NewCourses . threeDays . id ,
339
339
priceId : NewCoursePrice . HongKong . id ,
@@ -344,8 +344,8 @@ export function Register(store: Store<State, Actions>) {
344
344
store . dispatch (
345
345
Action . registerWorkshop ( {
346
346
id : 'LK8S|MILAN|20200318' ,
347
- startAt : new Date ( '2020-03-18T09:30:00' ) . toISOString ( ) ,
348
- endsAt : new Date ( '2020-03-20T05:00:00' ) . toISOString ( ) ,
347
+ startAt : '2020-03-18T09:30:00' ,
348
+ endsAt : '2020-03-20T05:00:00' ,
349
349
timezone : 'Europe/Rome' ,
350
350
courseId : NewCourses . threeDaysIT . id ,
351
351
priceId : NewCoursePrice . Italy . id ,
0 commit comments