Changes between Initial Version and Version 1 of Ticket #11097
- Timestamp:
- 2015-02-10T17:21:54+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11097
- Property Summary ISO date gets expanded to java .toString() format during shapefile import → Date field gets expanded to java .toString() format during shapefile import
-
Ticket #11097 – Description
initial v1 1 1 ==== What steps will reproduce the problem? 2 1. Importa a .shp file with iso date (yyyy-mm-dd)in one of the fields into JOSM (sample attached)2 1. Importa a .shp file with a date field in one of the fields into JOSM (sample attached) 3 3 2. check the date tag in JOSM 4 3. note that date tag was expanded into default java format (eg:'2015-01-13'-> 'Tue Jan 13 00:00:00 CET 2015')4 3. note that date tag was formatted into default java format (eg: 2015-01-13 -> 'Tue Jan 13 00:00:00 CET 2015') 5 5 6 6 ==== What is the expected result? 7 Tag value should be preserved exactly as it is in source, eg '2015-01-13'7 Tag value should be formatted in a OSM adopted standard ISO format, eg '2015-01-13' 8 8 9 9 ==== What happens instead?


