I'm working on a website which should display the local time of the browser i use.I save the locale Time in a konckout observable \[code\]self.startTimeText(time.toLocaleTimeString("HH:MM:ss"));\[/code\]Using this in Opera, Safari, or Firefox it causes no problems, only in Chorme it doesn't work. Nothing is displayd and the programm seems to stop working