File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313#
14- # Copyright (c) 2015,2016 by Delphix. All rights reserved.
14+ # Copyright (c) 2015,2017 by Delphix. All rights reserved.
1515#
1616# Program Name : Snapshot_obj.pm
1717# Description : Delphix Engine Snapshot object
@@ -364,6 +364,10 @@ sub getSnapshotTimeZone {
364364 if ($ret eq ' Etc/Zulu' ) {
365365 $ret = ' Etc/GMT' ;
366366 }
367+
368+ if ($ret eq ' Greenwich' ) {
369+ $ret = ' GMT+00:00' ;
370+ }
367371
368372 my $tz = new Date::Manip::TZ;
369373
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313#
14- # Copyright (c) 2015,2016 by Delphix. All rights reserved.
14+ # Copyright (c) 2015,2017 by Delphix. All rights reserved.
1515#
1616# Program Name : VDB_obj.pm
1717# Description : Delphix Engine Database objects
You can’t perform that action at this time.
0 commit comments