summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/datetime2
Commit message (Expand)AuthorAgeFilesLines
* YQL-20095: Enable readability-static-definition-in-anonymous-namespacevitya-smirnov2026-05-151-18/+18
* YQL-20095: Enable readability-simplify-boolean-exprvitya-smirnov2026-05-071-4/+1
* YQL-20095: Enable readability-uppercase-literal-suffixvitya-smirnov2026-05-071-20/+20
* YQL-21105 error predicate, better errorsvvvv2026-04-241-20/+27
* YQL-21105 more polyargs (math, yson, url, datetime)vvvv2026-04-221-3/+178
* YQL-21105 capture poly args during discovery of UDFvvvv2026-04-152-2/+3
* Replace unreachable with *_ENSURE(false, ...)atarasov52026-04-011-2/+2
* YQL-20095: Enable modernize-use-usingvitya-smirnov2026-03-041-10/+11
* YQL-20991: Fix caching signatureatarasov52026-03-031-0/+2
* YQL-20378: Fix WriteOffsetWithColon LangVervitya-smirnov2026-03-025-1/+42
* YQL-20095: Enable modernize-pass-by-valuevitya-smirnov2026-03-021-1/+2
* YQL-20095: Enable modernize-avoid-c-arraysvitya-smirnov2026-02-191-4/+6
* Refactor time validation in various placesaneporada2026-02-101-31/+3
* YQL-20095: Enable misc-redundant-expressionvitya-smirnov2026-02-021-0/+4
* YQL-20876: Fix DateTime::Split signatureimunkin2026-01-267-1/+327
* YQL-20378: Introduce %z specifier for Datetime::Parse{,64}imunkin2025-12-1925-5/+504
* YQL-20378: Introduce a new flag to write the tz offset with a colonimunkin2025-12-119-17/+414
* YQL-20743: Fix negative UTC offset for %z specifierimunkin2025-12-053-1/+7
* YQL-20086: Add yql/essentials Clang Tidy configvitya-smirnov2025-11-211-95/+101
* YQL-20086 invert flagvvvv2025-10-101-1/+1
* YQL-20086 udfsvvvv2025-10-062-1517/+1492
* Intermediate changesrobot-piglet2025-09-191-1/+1
* YQL-20241: Use ASCIIZ strings for UdfTerminate (essential udfs)imunkin2025-07-251-19/+19
* YQL-20005: User friendly datetime format error outputpanikku2025-07-095-1/+19
* YQL-20093: Change DateTime::IntervalFromSeconds signaturevitya-smirnov2025-07-0710-2/+115
* YQL-20093: Make DateTime::ToSeconds(Interval) return Int64vitya-smirnov2025-07-0212-8/+193
* YQL-20086 udfsvvvv2025-06-181-3/+3
* Intermediate changesrobot-piglet2025-06-162-8/+0
* YT-15805: Move timezone directory from yql/essentials/public/udf/tz to librar...nadya022025-05-142-5/+6
* get rid of unused depvvvv2025-05-122-2/+0
* YQL-19929 explicit frames for issue scopes (need to recanonize some warnings)vvvv2025-05-081-4/+4
* YQL-19767: Introduce MKQL allocator address sanitizingatarasov52025-05-061-2/+25
* YQL-18303: Purge BigDateType data type flagimunkin2025-03-271-12/+12
* Fix parsing W and D components ofinterval literalsimunkin2025-03-181-12/+36
* YQL-19700: Make DateTime UDF overloads backward compatibleimunkin2025-03-141-9/+63
* Drop default value for TResourceName template parameterimunkin2025-03-131-56/+33
* Introduce helpers for type annotation errors in DateTime UDFimunkin2025-03-125-113/+135
* YQL-18303: Introduce To* overloadsimunkin2025-02-287-119/+1259
* YQL-18303: Introduce Split and MakeTz* overloadsimunkin2025-02-2640-1564/+1814
* YQL-18303: Make Format use wide resourceimunkin2025-02-253-77/+154
* YQL-18303: Introduce Parse64 functionimunkin2025-02-257-38/+349
* YQL-18303: Introduce StartOf/EndOf/TimeOfDay overloadsimunkin2025-02-245-25/+999
* YQL-18303: Introduce Shift* overloadsimunkin2025-02-209-413/+1980
* YQL-18303: Introduce Update overloadimunkin2025-02-1811-299/+1879
* Make Reference helper be a template of TResourceNameimunkin2025-02-181-107/+77
* YQL-19555: Purge YQL_UDF_TEST_CONTRIB moduleimunkin2025-02-142-2/+2
* YQL-18303: Introduce StartOf*/EndOf* overloadsimunkin2025-02-0716-551/+2178
* YQL-18303: Introduce Get* overloads for time components (numeric)imunkin2025-01-313-127/+499
* YQL-18303: Introduce Get* overloads for date components (string)imunkin2025-01-303-70/+412
* YQL-18303: Introduce Get* overloads for date components (numeric)imunkin2025-01-299-583/+2022