Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Policy on adding AI generated content to my software projects – joey/ blog/
(
joeyh.name
)
2 points
by
kristianpaul
10 months ago
|
hide
|
past
|
favorite
|
1 comment
jwilk
10 months ago
[–]
> if (localtime(&s)->tm_mday == 30 && localtime(&s)->tm_mon == 2)
tm_mon's range is 0–11, so 2 is March, not February.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
tm_mon's range is 0–11, so 2 is March, not February.