Changeset 15007
- Timestamp:
- 03/10/13 11:18:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r15005 r15007 544 544 var lastObs; 545 545 546 var test = getObservation(); 547 if (test!=undefined && test<observations.length) 548 { 549 var t = observations[test].start; 550 var n = new Date(); 551 if (t>n) 552 console.out(n.toUTCString()+": First observation scheduled for "+t.toUTCString()); 553 else 554 console.out(n.toUTCString()+": First observation should start immediately."); 555 if (t>n+12*3600*1000) 556 console.out(n.toUTCString()+": No observations scheduled for the next 12 hours!"); 557 } 558 546 559 while (1) 547 560 {
Note:
See TracChangeset
for help on using the changeset viewer.