Skip to content

Multi-timezone support in Angular #22619

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

Open
wants to merge 14 commits into
base: rel-9.2
Choose a base branch
from
Open

Multi-timezone support in Angular #22619

wants to merge 14 commits into from

Conversation

erdemcaygor
Copy link
Contributor

@erdemcaygor erdemcaygor commented Apr 10, 2025

Description

Resolves #22507

  1. Clock Kind Unspecified
creationTime:  "2025-04-09T10:42:28.5420474"
lastModificationTime: "2025-04-09T11:28:15.7112714"

image

  1. Clock Kind Utc and timezone "Europe/Istanbul"
creationTime: "2025-04-09T10:42:28.5420474Z"
lastModificationTime: "2025-04-09T11:28:15.7112714Z"

image
image

  1. Clock Kind Utc and timezone Europe/Amsterdam
creationTime: "2025-04-09T10:42:28.5420474Z"
lastModificationTime: "2025-04-09T11:28:15.7112714Z"

image
image

  1. Clock Kind Utc and timezone Europe/Helsinki
creationTime: "2025-04-09T10:42:28.5420474Z"
lastModificationTime: "2025-04-09T11:28:15.7112714Z"

image
image

Checklist

  • I fully tested it as developer / designer and created unit / integration tests

How to test it?

Please describe how this can be tested by the test engineers if it is not already explicit - or remove this section if no need to description.

@erdemcaygor erdemcaygor added this to the 9.2-final milestone Apr 10, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@maliming
Copy link
Member

hi @erdemcaygor @sumeyyeKurtulus

Can you add an Angular test app to this repo to show the timezone feature?

https://github.com/maliming/TimeZone

I will move it to https://github.com/abpframework/abp-samples when everything works.

Thanks.

@erdemcaygor erdemcaygor marked this pull request as ready for review April 14, 2025 15:18
@masum-ulu masum-ulu self-requested a review April 15, 2025 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants