Home
last modified time | relevance | path

Searched refs:TimestampToDataStudioDatetime (Results 1 – 3 of 3) sorted by relevance

/development/tools/repo_diff/service/repodiff/utils/
Dtime_test.go25 assert.Equal(t, "2018022210", TimestampToDataStudioDatetime(timestamp), "Datetime conversion")
Dtime.go20 func TimestampToDataStudioDatetime(timestamp ent.RepoTimestamp) string { func
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go99 utils.TimestampToDataStudioDatetime(firstSeen),
176 utils.TimestampToDataStudioDatetime(e.RepoTimestamp(diffRows[0].DBInsertTimestamp)),