Fix date strings
This commit is contained in:
@@ -778,7 +778,7 @@ func (db *DBWrapper) QueryKillmailWithItems(ctx context.Context, killmailID int6
|
||||
SELECT
|
||||
k.killmail_id,
|
||||
k.killmail_hash,
|
||||
k.killmail_time,
|
||||
toString(k.killmail_time) as killmail_time,
|
||||
k.solar_system_id,
|
||||
k.solar_system_name,
|
||||
k.constellation_name,
|
||||
@@ -796,7 +796,7 @@ func (db *DBWrapper) QueryKillmailWithItems(ctx context.Context, killmailID int6
|
||||
k.victim_ship_category_name,
|
||||
k.victim_damage_taken,
|
||||
k.attacker_count,
|
||||
k.http_last_modified,
|
||||
toString(k.http_last_modified) as http_last_modified,
|
||||
ki.item_type_id,
|
||||
ki.item_type_name,
|
||||
ki.item_group_name,
|
||||
@@ -902,4 +902,4 @@ func (db *DBWrapper) QueryKillmailWithItems(ctx context.Context, killmailID int6
|
||||
result.Items = items
|
||||
flog.Info("Query returned killmail %d with %d items", killmailID, len(items))
|
||||
return result, nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user