Pass back US/Eastern timezone 33/84133/1
authorJerry Flood <jflood@att.com>
Wed, 3 Apr 2019 18:23:39 +0000 (14:23 -0400)
committerJerry Flood <jflood@att.com>
Wed, 3 Apr 2019 18:24:16 +0000 (14:24 -0400)
Issue-ID: OPTFRA-436
Change-Id: I9422f090d878d4a63fc3313a0c00e39bac6dbfde
Signed-off-by: Jerry Flood <jflood@att.com>
cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/TopologyInterfaceImpl.java

index b9ab733..8d167f2 100644 (file)
@@ -78,8 +78,7 @@ public class TopologyInterfaceImpl implements TopologyInterface {
                 ElementInfo element = new ElementInfo();
                 element.setElementId(criteria.getElementId());
                 ElementLocation loc = new ElementLocation();
-                loc.setLat(new Float(-74.024));
-                loc.setLon(new Float(40.177));
+                loc.setTimezone("US/Eastern");
                 element.setElementLocation(loc);
                 atr.getElements().add(element);
             }