root
2024-12-05 17:30:46 UTC
I asked Gemini to give me a c program to convert date format to epoch
time and conversely. It provided a program that uses strptime()
which gcc on Slackware 15.0 does not recognize. My version
of gcc is gcc version 11.2.0 (GCC). I don't have an installation
with current so I can't check if a later version of gcc will
work. Anyone here use strptime?
Thanks.
time and conversely. It provided a program that uses strptime()
which gcc on Slackware 15.0 does not recognize. My version
of gcc is gcc version 11.2.0 (GCC). I don't have an installation
with current so I can't check if a later version of gcc will
work. Anyone here use strptime?
Thanks.