fjenett / javascript-mode-processing

Former ProcessingJS mode (Processing 1.5) that became JavaScript mode (Processing 2.0 beta) that has now been moved out of the Processing IDE.
57 stars 13 forks source link

The date could not be parsed. #4

Closed dulakm closed 11 years ago

dulakm commented 11 years ago

Hi guys, this is what I got yesterday:

The date “Fri Jun 05 16:01:26 CEST 2043” could not be parsed. Please report this as a bug so we can fix it.

I got it when starting server in JavaScript mode. Actually I wasn't doing anything special, when I tried to start server again after few seconds, it worked OK. My system time is synchronized with 'time.fi.muni.cz'; UTC +01:00.

fjenett commented 11 years ago

Are you sure this came from JS mode ... because this message is not in my code but in Android mode:

https://github.com/processing/processing-android/blob/master/src/processing/mode/android/AndroidSDK.java#L123