index
:
Twibooru.old/.git
feature/pools
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
initializers
/
time.rb
blob: 928fc0cbdeb6ac51c38bc8aee80148523a8f41db (
plain
)
1
2
3
4
5
6
7
# frozen_string_literal: true class Time def to_i_timestamp dup.to_i / 1.day end end