diff --git a/src/app/fiveoclock/fiveoclock.component.ts b/src/app/fiveoclock/fiveoclock.component.ts index f351f44..75a8866 100644 --- a/src/app/fiveoclock/fiveoclock.component.ts +++ b/src/app/fiveoclock/fiveoclock.component.ts @@ -19,7 +19,7 @@ export class FiveoclockComponent implements OnInit { constructor(private timezoneService: TimezoneService){ this.timezones = this.timezoneService.getTimezones() - var second = interval(10000).pipe(startWith(0)) + var second = interval(1000).pipe(startWith(0)) second.subscribe(()=>{ this.fiveOclocks = [];