Converting Char array to TimeStamp in C++

后端 未结 0 1568
谎友^
谎友^ 2021-01-04 19:26

I have char start_time[40] = "2020-04-01 12:00:00"; How to convert the char array to timestamp in C++ without using strptime?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题