static S dateGMT() { ret formatGMTWithOptionalDate_24(now()); } static S dateGMT(long time) { ret formatGMTWithOptionalDate_24(time); }