Why does the following code output -0001-11-28T00:00:00Z instead of 0000-00-00T00:00:00Z?
-0001-11-28T00:00:00Z
0000-00-00T00:00:00Z
import java.text.DateFormat; import java.text.