Columnn headers update (#1618)

* Columnn headers update

* passing tests

* updated date stamp

* js tests
This commit is contained in:
Jorge Escobar 2022-05-06 14:10:15 -04:00 committed by GitHub
commit 2af6fca98d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 58 additions and 58 deletions

View file

@ -76,7 +76,7 @@ export const FORMULA = {
export const DOWNLOAD_FILE_SIZE = 53;
export const DOWNLOAD_SHAPE_FILE_SIZE = 742;
export const DOWNLOAD_TSD_FILE_SIZE = 2.5;
export const DOWNLOAD_ZIP_LAST_UPDATED = new Date('4/26/2022').getTime();
export const DOWNLOAD_ZIP_LAST_UPDATED = new Date('5/4/2022').getTime();
export const DOWNLOAD_SHAPE_LAST_UPDATED = new Date('4/26/2022').getTime();
export const DOWNLOAD_TSD_LAST_UPDATED = new Date('4/19/2022').getTime();
export const VERSION_NUMBER = 0.1;