Skip to content

Add zoned date time generic impl - #28

Merged
dschwartznyc merged 7 commits into
finos:developfrom
priyanka-amarnani-th:add-zoned-date-time-generic-impl
Aug 25, 2025
Merged

Add zoned date time generic impl#28
dschwartznyc merged 7 commits into
finos:developfrom
priyanka-amarnani-th:add-zoned-date-time-generic-impl

Conversation

@priyanka-amarnani-th

Copy link
Copy Markdown
Contributor

During the implementation of the issue , an opportunity to generalize the to-zoned-date-time operator was identified. The goal of this generalization is to allow a wider range of input strings to be parsed into a zoned date-time object. This new implementation works with a runtime function (rune_zoned_date_time) and includes tests for the variety of string formats that can be used as an input to create a zoned-datetime object. To work with time zones, the Python library used to interpret them required the tzdata>=2023.3 dependency.

dschwartznyc pushed a commit that referenced this pull request Aug 8, 2025
import pytest

from rosetta_dsl.test.semantic.zoned_date_time_operator.ZonedDateTimeOperatorTest import ZonedDateTimeOperatorTest
from rosetta_dsl.test.semantic.toZonedDateTimeOp.TestToZonedDateTimeOp import TestToZonedDateTimeOp

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

believe this import and the class usage need to be aligned to the naming of the class created: ZonedDateTimeOperatorTest

@dschwartznyc
dschwartznyc merged commit c486189 into finos:develop Aug 25, 2025
2 checks passed
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