Skip to content

Commit

Permalink
Changed HOUR format from 1-24 to 0-23
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Sep 2, 2013
1 parent d71b8ed commit c13f745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void writeFooter(UTF8PrintWriter out) {
}

private void writeHeader(UTF8PrintWriter out) {
SimpleDateFormat dateFormatter = new SimpleDateFormat("yyyy-MM-dd'T'kk:mm:ss");
SimpleDateFormat dateFormatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
out.println("ISO-10303-21;");
out.println("HEADER;");
SIfcHeader ifcHeader = getModel().getModelMetaData().getIfcHeader();
Expand Down

0 comments on commit c13f745

Please sign in to comment.