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

🐻 Store date in utc in database #478

Merged
merged 2 commits into from
May 20, 2024
Merged

Conversation

nezouse
Copy link
Contributor

@nezouse nezouse commented May 15, 2024

No description provided.

Copy link

github-actions bot commented May 15, 2024

▲ Vercel deployment successful! Preview Link

describe("lib/dates/getUTCStarOfDate", () => {
for (const testCase of testCases) {
it(testCase, () => {
console.log(new Date(testCase).toUTCString());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

console.log should be removed

@nezouse nezouse merged commit 9a45fac into main May 20, 2024
2 checks passed
@nezouse nezouse deleted the store-date-in-utc-in-database branch May 20, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants