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 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
#
14
- # Copyright (c) 2015,2016 by Delphix. All rights reserved.
14
+ # Copyright (c) 2015,2017 by Delphix. All rights reserved.
15
15
#
16
16
# Program Name : Snapshot_obj.pm
17
17
# Description : Delphix Engine Snapshot object
@@ -364,6 +364,10 @@ sub getSnapshotTimeZone {
364
364
if ($ret eq ' Etc/Zulu' ) {
365
365
$ret = ' Etc/GMT' ;
366
366
}
367
+
368
+ if ($ret eq ' Greenwich' ) {
369
+ $ret = ' GMT+00:00' ;
370
+ }
367
371
368
372
my $tz = new Date::Manip::TZ;
369
373
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
#
14
- # Copyright (c) 2015,2016 by Delphix. All rights reserved.
14
+ # Copyright (c) 2015,2017 by Delphix. All rights reserved.
15
15
#
16
16
# Program Name : VDB_obj.pm
17
17
# Description : Delphix Engine Database objects
You can’t perform that action at this time.
0 commit comments