Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 21, 2020
1 parent 2d85bce commit b7d6ef6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/ISOAbstractObject.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,7 @@ ISOAbstractObject <- R6Class("ISOAbstractObject",
if(suppressWarnings(all(class(value)==c("POSIXct","POSIXt")))){
tz <- attr(value, "tzone")
if(length(tz)>0){
<<<<<<< HEAD
if(tz %in% c("UTC","GMT")){
=======
if(tz=="UTC"){
>>>>>>> b4fb290cdef7d210e91537aabbac51f6f20b2901
value <- format(value,"%Y-%m-%dT%H:%M:%S")
value <- paste0(value,"Z")
}else{
Expand Down

0 comments on commit b7d6ef6

Please sign in to comment.