SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

Problème de date en mysql #397

Closed keoo closed 10 years ago

keoo commented 10 years ago

En mysql la conversion avec boost_time::to_simple_string donnait un format qui n'était pas interprété comme une date par l'opérateur de comparaison. L'utilisation de boost_time::to_iso_string fonctionne mieux. Voir le commit daf683e3c1fe424bfb06059dd90311d81833c043 qui le fixe