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

Fixes #222 - switched out custom function with dayjs toArray #223

Merged
merged 1 commit into from
May 29, 2021
Merged

Fixes #222 - switched out custom function with dayjs toArray #223

merged 1 commit into from
May 29, 2021

Conversation

emrysal
Copy link
Contributor

@emrysal emrysal commented May 28, 2021

Function failed on '2021-05-28T18:00:00Z' - because of the Z vs. +00:00, dayjs() has a toArray function so decided to use that instead; only thing is a slice is needed as ics only allows 6 parts, and dayjs returns 7 (incl. microseconds).

@vercel
Copy link

vercel bot commented May 28, 2021

@emrysal is attempting to deploy a commit to the calendso Team on Vercel.

A member of the Team first needs to authorize it.

@baileypumfleet baileypumfleet merged commit 774a6c6 into calcom:main May 29, 2021
KATT pushed a commit that referenced this pull request Sep 3, 2021
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.22.0...v7.23.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
@PeerRich PeerRich added the core area: core, team members only label Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core area: core, team members only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants