MCPcopy Create free account
hub / github.com/couchbase/fleece / writeDateString

Method writeDateString

Fleece/Core/Encoder.cc:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425
426 void Encoder::writeDateString(int64_t timestamp, bool asUTC) {
427 char str[kFormattedISO8601DateMaxSize];
428 writeString(FormatISO8601Date(str, timestamp, asUTC));
429 }
430
431
432#pragma mark - WRITING VALUES:

Callers

nothing calls this directly

Calls 1

FormatISO8601DateFunction · 0.85

Tested by

no test coverage detected