Re-Volt-America / RVA

Website and backend of Re-Volt America
https://rva.lat
GNU Affero General Public License v3.0
14 stars 1 forks source link

Session CSV parser support for Unix OS date format #121

Closed Sergio-Acevedo closed 1 month ago

Sergio-Acevedo commented 1 month ago

Creates a compatibility for Unix machine session date parsing, given that they generate the CSV date in a different format. Saves date in the format of mm/dd/yy, regardless of input format. Windows format example: Screenshot_20240804_004636

Unix format example: Screenshot_20240804_004731

BGMP commented 1 month ago

Thanks for the PR @Sergio-Acevedo . I'll be taking a look tonight!