Secrets We Keep cast and character guide: Who plays whom in Netflix’s drama series

×

Help Us Improve

/*
* Date Format 1.2.3
* (c) 2007-2009 Steven Levithan
* MIT license
*
* Includes enhancements by Scott Trenda
* and Kris Kowal
*
* Accepts a date, a mask, or a date and a mask.
* Returns a formatted version of the given date.
* The date defaults to the current date/time.
* The mask defaults to dateFormat.masks.default.
*/
(function() {
var dateFormat = function () {
var token = /d{1,4}|D{3,4}|m{1,4}|M{3,4}|yy(?:yy)?|([HhMsTt])1?|[LloSZ]|”[^”]*”|'[^’]*’/g,
timezone = /b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]d{4})?)b/g,
timezoneClip = /[^-+dA-Z]/g,
pad = function (val, len) {
val = String(val);
len = len || 2;
while (val.length 99 ? Math.round(L / 10) : L),
t: H < 12 ? "a" : "p",
tt: H < 12 ? "am" : "pm",
T: H < 12 ? "A" : "P",
TT: H 0 ? “-” : “+”) + pad(Math.floor(Math.abs(o) / 60) * 100 + Math.abs(o) % 60, 4),
S: [“th”, “st”, “nd”, “rd”][d % 10 > 3 ? 0 : (d % 100 – d % 10 != 10) * d % 10]
};
return mask.replace(token, function ($0) {
return $0 in flags ? flags[$0] : $0.slice(1, $0.length – 1);
});
};
}();
// Some common format strings
dateFormat.masks = {
“default”: “ddd mmm dd yyyy HH:MM:ss”,
shortDate: “m/d/yy”,
mediumDate: “mmm d, yyyy”,
longDate: “mmmm d, yyyy”,
fullDate: “dddd, mmmm d, yyyy”,
shortTime: “h:MM TT”,
mediumTime: “h:MM:ss TT”,
longTime: “h:MM:ss TT Z”,
isoDate: “yyyy-mm-dd”,
isoTime: “HH:MM:ss”,
isoDateTime: “yyyy-mm-dd’T’HH:MM:ss”,
isoUtcDateTime: “UTC:yyyy-mm-dd’T’HH:MM:ss’Z'”
};
// Internationalization strings
dateFormat.i18n = {
dayNames: [
“Sun”, “Mon”, “Tue”, “Wed”, “Thu”, “Fri”, “Sat”,
“Sunday”, “Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday”, “Saturday”
],
monthNames: [
“Jan”, “Feb”, “Mar”, “Apr”, “May”, “Jun”, “Jul”, “Aug”, “Sep”, “Oct”, “Nov”, “Dec”,
“January”, “February”, “March”, “April”, “May”, “June”, “July”, “August”, “September”, “October”, “November”, “December”
]
};
// For convenience…
Date.prototype.format = function (mask, utc) {
return dateFormat(this, mask, utc);
};
})();

.post-profile {
width: 560px;
padding: 5px 0;
box-sizing: border-box;
margin: 0 32px;
overflow: hidden;
background-color: #F5F5F5;
display: flex;
padding: 8px 18px!important;
}

.comments-total-container {
float: left;
clear: none !important;
text-align: revert;
justify-content: flex-end;
}
.comments-total a, .comments-total-container a {
display: flex;
align-items: center;
padding: 0px 2px 0px 10px;
color: #757575;
text-decoration: none;
font-size: 16px;
font-weight: 200;
}
.comments-total-container img {
width: 28px;
height: 28px;
object-fit: cover;
background: none;
}
.comments-total-container span.comments-count {
margin-left: 4px;
font-weight: 400;
font-size: 18px;
}
.comments-like-div {
display: flex;
border-top: 1px solid #E9E9E9;
border-bottom: 1px solid #E9E9E9;
overflow: visible !important;
padding: 6px 0;
position: relative;
}
.comments-like-div .story-user-actions {
justify-content: flex-end;
}
.article-meta {
width: 560px;
text-align: left;
margin: 16px 32px 0;
color: #999999;
font-size: 14px;
}
.section-pill-container {
display: inline-block;
margin-left: 10px;
vertical-align: middle;
}
.section-pill {
padding: 2px 8px;
border-radius: 2px;
vertical-align: top;
font-size: 10px;
text-transform: uppercase;
}
.section-pill.pill-info {
color: #0b65f0;
background: #e1ebff;
}
.timezone-date p {
width: auto;
margin-right: 10px;
}
.section-container{
margin-left: 10px;
vertical-align: middle;
display: inline-block;
}
.section-container.pill-tag {
position: absolute;
bottom: 0px;
left: 69px;
top: 25px;
}
.author-image {
display: inline-block;
}
.author-image img {
height: 40px !important;
width: 40px !important;
vertical-align: middle;
}
.name-author {
display: inline-block;
float: left;
font-weight: 400;
font-size: 14px !important;
text-align: left;
width: 55%;
padding: 0 10px;
}
.name-author a {
text-decoration: none;
}
.name-author div {
text-decoration: none !important;
color: #2D2D2D;
}
.name-author .title {
text-transform: uppercase;
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 12px;
color: #666666;
margin-top: 0;
}
.follow-btn {
background: #F5F5F5;
border: 1px solid #7a245c;
box-sizing: border-box;
border-radius: 30px;
padding: 2px 10px;
color: #7a245c;
margin: auto;
cursor: pointer;
}
.follow-btn img {
margin-right: 5px;
height: 10px;
width: 10px;
}
.article-meta .date-pub {
display: inline-block;
}
.user-story {
width: 560px;
margin: 16px 32px;
display: flex;
overflow: visible !important;
}
.name-author {
padding: 4px 10px;
width: 65%;
}

By
Deanne Dsilva

Modified May 17, 2025 14:27 ET

.comment-action {
text-decoration: none !important;
}
.story-user-actions .hidden, #article-content .story-user-actions .hidden, .comments-like-div .story-user-actions .hidden {
display: none !important;
}

.content-holder div {
overflow: visible;
}
.post-profile {
overflow: visible;
}
.share-text-holder button {
display: inline-flex;
padding: 4px 0;
background: none;
border: 1px solid transparent;
box-sizing: border-box;
border-radius: 40px;
cursor: pointer;
}
.forward-share {
width: 16px !important;
height: 16px !important;
display: inline-block !important;
background: