我从一个API中获取了数据,该API给了我Unix纪元时间格式的时间戳。我将从API收到的日期设置为“epochtimedate”。xp,damage_dealt,damage_received,battles,all_time_average_xp,last_game_xp_avg]);
Google sheets将date对象转换为字符串,例如Thu Jan 02 2020 17:24:12 G
我导出了记录,我想知道哪条记录是在特定日期导出的。它不起作用。这就是我查询的数据。Company, Inc 2011-08-01 15:44:52.857我发出此命令,该命令不检索完全匹配的内容mytable exporteddate like '%2011-08-01%' <-- tried this variation too and many other, did not work
有趣的是真正<