OSDN Git Service

fix: プログラム内部ではUTC時間で日時を管理する
[importpicture/importpicture.git] / importPicture / src / osm / jp / gpx / TagTrkpt.java
index 453adf5..ed509f9 100644 (file)
@@ -68,7 +68,7 @@ public class TagTrkpt {
                     if (node2 != null) {
                         if (node2.getNodeType() == Node.TEXT_NODE) {
                             try {
-                                                               this.time = ImportPicture.dfuk.parse(node2.getNodeValue());
+                                                               this.time = ImportPicture.toUTCDate(node2.getNodeValue());
                                                        } catch (ParseException e) {
                                                                this.time = null;
                                                        }