This PR changes from doing a sort, and then a single pass over the table to the approach where we determine the unique partition tuples filter on them individually. Fixes#1491 Because the sort caused buffers to be joined where it would overflow in Arrow. I think this is an issue on the...
Python datetimes made easy. Contribute to python-pendulum/pendulum development by creating an account on GitHub.
ritchie46 changed the title fix(rust): Don't silently produce null values from invalid input to pl.datetime and pl.date fix: Don't silently produce null values from invalid input to pl.datetime and pl.date Feb 1, 2025 github-actions bot added the python label Feb 1, 2025 ritchie46 re...
Proposed Changes Usedateutil.parserto allow datetimes withZsuffix, which breaks some older Python implementations ofdatetime.fromisofromat(). Build Almanac API url from agentverse config Linked Issues [if applicable, add links to issues resolved by this PR] Types of changes What type of change ...
Link to documentation pull request:thermopro: add set_datetime service for TP358/TP393home-assistant.io#36987 This is a draft, I expect to finish it with some more input over the next few days. Initial commit may be force pushed clean. ...
While implementing pendulum usage where I work (switching from buggy arrow DST handling), I've found a bug around start_of/end_of handling of dates, when the passed date is exactly in the ambiguous hour period (going out of DST).
Closes #985. This proved to be more tricky than expected, because manual introspection is needed when augmenting the schema - pyarrow attaches the UTC timezone to naive datetimes, making it problem...
The direct import fromutility.utilitysuggests a multi-layered utility approach. Validate that it remains consistent if the utility structure changes. 10-13:Time constants. Similar to other files, consistent naming (SECOND, MINUTE, HOUR) helps unify code style. ...
param datetime now: Represents the current datetime."""month1=relativedelta(months=1)now=noworfields.Datetime.now()year=yearornow.yearmonth=monthornow.monthstart=datetime(year,month,1)start,now=(fields.Datetime.context_timestamp(self,dt)fordtin(start,now) )start=start.replace(hour=0,minute=0...
fix(rust, python): determine supertype of datetimes with timezones an… … 3756667 …d different timeunits github-actions bot added fix python rust labels Oct 17, 2022 ritchie46 merged commit 95c8a77 into master Oct 17, 2022 ritchie46 deleted the supertype branch October 17, 2022 18:...