What the topic says. I was installing Storm&Sound version 3 in BAIN and when I went into the mod tab almost all my mods except 1 had their modifed dates reset to 1/12001 with various times like between 4 pm and 5 pm.
Anyone know why this would happen, if its possible to fix it, or what this means? Storm&Sound doesn't conflict with anything according to BAIN.
Edit:
Ok its not from Storm&Sounds, it turns out its from BOSS. Everytime I run BOSS Wrye Bash says all my mods have had their dates modified and it goes back to 2001 as I mentioned. I guess I should ask this in the BOSS thread.
Edit2:
Nevemrind I found the problem. Appearntly BOSS Disable Locktimes didn't work anymore with Lock times so BOSS was sorting my list with modified dates instead. BOSS Disable Locktimes I guess...broke
Probably BOSS I would almost 100% verify
Otherwise bash or another app would have to use something of this sort.
date_time = '01-01-2001 01:01:01'
pattern = '%m-%d-%Y %H:%M:%S'
epoch = int(time.mktime(time.strptime(date_time, pattern)))
print epoch
st = os.stat(filename)
atime = st[ST_ATIME] #access time
ctime = st[ST_CTIME] #creation time?
mtime = st[ST_MTIME] #modification time
modifytoepoch = epoch
BOSS is probably what changed it. Not Bash