MCPcopy Create free account
hub / github.com/tensorflow/tfjs / getReadableDate

Function getReadableDate

e2e/benchmarks/browserstack-benchmark/firestore.js:143–147  ·  view source on GitHub ↗

* Returns a human readable date so each benchmark has an associated date. * Gets date in ISO format so that it is compatible with internal visualisation * tool.

()

Source from the content-addressed store, hash-verified

141 * tool.
142 */
143function getReadableDate() {
144 const fullISODateString = new Date().toISOString();
145 const dateOnly = fullISODateString.split('T')[0];
146 return dateOnly;
147}
148
149exports.addResultToFirestore = addResultToFirestore;
150exports.makeCompatableWithFirestore = makeCompatableWithFirestore;

Callers

nothing calls this directly

Calls 1

splitMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…