Skip to content

Commit

Permalink
Restore CBL3.1 formatting for Timezone (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbirks committed Mar 7, 2024
1 parent 87d71c4 commit 9b61528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fleece/Support/ParseDate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ namespace fleece {
if ( offset_seconds.count() == 0 ) {
stream << 'Z';
} else {
to_stream(stream, "%Ez", tm, nullptr, &offset_seconds);
to_stream(stream, "%z", tm, nullptr, &offset_seconds);
}
}
}
Expand Down

0 comments on commit 9b61528

Please sign in to comment.