sS localDateWithMS(Date time) { ret localDateWithMilliseconds(time); } sS localDateWithMS(long time) { ret localDateWithMilliseconds(time); } sS localDateWithMS() { ret localDateWithMilliseconds(); }