Home
last modified time | relevance | path

Searched refs:TimestampToDate (Results 1 – 6 of 6) sorted by relevance

/development/tools/repo_diff/service/repodiff/utils/
Dtime_test.go20 assert.Equal(t, "2018-02-22", TimestampToDate(timestamp), "Date conversion")
Dtime.go14 func TimestampToDate(timestamp ent.RepoTimestamp) string { func
/development/tools/repo_diff/service/repodiff/controllers/
Dreporter.go64 utils.TimestampToDate(
/development/tools/repo_diff/service/repodiff/repositories/
Dproject_test.go72 dateNow := utils.TimestampToDate(utils.TimestampSeconds())
Dcommit_test.go56 dateNow := utils.TimestampToDate(utils.TimestampSeconds())
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go246 d.Date = utils.TimestampToDate(e.RepoTimestamp(d.DBInsertTimestamp))
265 c.Date = utils.TimestampToDate(timestamp)