Skip to content

fix(c#): yymmdd function#28251

Merged
carlosmiei merged 1 commit intoccxt:masterfrom
ttodua:fix-cs-datefuncs
Mar 25, 2026
Merged

fix(c#): yymmdd function#28251
carlosmiei merged 1 commit intoccxt:masterfrom
ttodua:fix-cs-datefuncs

Conversation

@ttodua
Copy link
Copy Markdown
Member

@ttodua ttodua commented Mar 25, 2026

in all other langs, the infix arg for yymmdd is empty string by default, eg:

const yymmdd = (timestamp, infix = '') => ymd (timestamp, infix, false);

causing errors in c#

@ttodua
Copy link
Copy Markdown
Member Author

ttodua commented Mar 25, 2026

@carlosmiei ^

@carlosmiei carlosmiei merged commit 13d0f51 into ccxt:master Mar 25, 2026
6 of 11 checks passed
@carlosmiei carlosmiei deleted the fix-cs-datefuncs branch March 25, 2026 16:49
@github-project-automation github-project-automation Bot moved this to Done in Bugs Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants