As far as I can tell, there is no way to put BCE or negative dates into the Cesium timeline. The clock will scrub backwards into BCE but if I try pulling the timeline back that far, it will crash the page and give me an invalid iso8601 error:
DeveloperError: Invalid ISO 8601 date.
Error
at new t (http://localhost:8080/Build/Cesium/Cesium.js:417:6242)
at Function.M.fromIso8601 (http://localhost:8080/Build/Cesium/Cesium.js:423:5193)
at w._makeTics (http://localhost:8080/Build/Cesium/Cesium.js:464:12615)
at w.zoomTo (http://localhost:8080/Build/Cesium/Cesium.js:464:10898)
at w.updateFromClock (http://localhost:8080/Build/Cesium/Cesium.js:464:15527)
at r.raiseEvent (http://localhost:8080/Build/Cesium/Cesium.js:417:22698)
at l.tick (http://localhost:8080/Build/Cesium/Cesium.js:423:12017)
at P.render (http://localhost:8080/Build/Cesium/Cesium.js:462:15594)
at t (http://localhost:8080/Build/Cesium/Cesium.js:462:2645)
Are there any work arounds?