Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Timestamp to Relationships table #708

Open
AramZS opened this issue Nov 18, 2015 · 1 comment
Open

Add Timestamp to Relationships table #708

AramZS opened this issue Nov 18, 2015 · 1 comment

Comments

@AramZS
Copy link
Member

AramZS commented Nov 18, 2015

This will allow us to depreciate Submitted By (on Nominations) and Nominator Array (across all).

Server time / unix time?

@boonebgorges
Copy link
Contributor

This is a good idea. I'd suggest a DATETIME field (PHP Y-m-d H:i:s)
because it's what WP uses, so you can leverage current_time() and stuff
like that.

I'd suggest only storing UTC and translating on output. Attempting
server or WP time will lead to madness.

On 11/18/15 13:38, Aram Zucker-Scharff wrote:

This will allow us to depreciate |Submitted By| (on Nominations) and
|Nominator Array| (across all).

Server time / unix time?


Reply to this email directly or view it on GitHub
#708.

@boonebgorges boonebgorges added this to the Future release milestone Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants