Yeah. I've also noticed this. I think it only happens when multiple GAs are ending at the same time.
Comment has been collapsed.
This must be the explanation, because I do see the games in the same order. I believe (unless my faulty memory is now inventing things instead of only forgetting them!) that there was a fix a year or two ago that mostly resolved this issue. It was worse as every page reload gave a different order.
Knowing a fix was put in, I find this continued problem strange/"unforgiveable" because every timestamp that I have ever seen is accurate to a very fine point - perhaps milliseconds. As such, even games ending at the "same" time should (almost) always have a set order among them.
Comment has been collapsed.
Comment has been collapsed.
There's websites I use that duplicate elements when this happens, so I don't mind this.
Comment has been collapsed.
That's what happens when you make a SQL query with only 1 sort order... Should be ordered by <first criteria> then one more, like <id> (because you can have multiple giveaways of the same game with the same name).
SELECT * FROM <table> ORDER BY <your sort order>,<id>
Comment has been collapsed.
Please see https://www.steamgifts.com/go/comment/N1vSQIQ.
Comment has been collapsed.
20 Comments - Last post 38 seconds ago by someonequeer
35 Comments - Last post 8 minutes ago by ChrisKutcher
339 Comments - Last post 41 minutes ago by yupignome
15 Comments - Last post 4 hours ago by Sachys
6 Comments - Last post 5 hours ago by Axelflox
77 Comments - Last post 8 hours ago by sadmilk
18 Comments - Last post 11 hours ago by RevCat
123 Comments - Last post 2 minutes ago by someonequeer
23 Comments - Last post 36 minutes ago by missingtexture
31 Comments - Last post 39 minutes ago by Fluffster
5 Comments - Last post 46 minutes ago by Fluffster
58 Comments - Last post 1 hour ago by TheSpartan
16,528 Comments - Last post 1 hour ago by TheSpartan
83 Comments - Last post 3 hours ago by CheMan39
If the giveaways have the same value being sorted (e.g. by new), the order is not the same every load.
If someone makes more giveaways than they fit on a single page or their giveaways span 2 pages, then often you see the same giveaway twice (or more) and thus you don't see certain giveaways.
Example of different order sorted by new on 2 page loads:
Comment has been collapsed.