Click here to Skip to main content
15,894,017 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: A matter of time Pin
kmoorevs26-Oct-18 6:30
kmoorevs26-Oct-18 6:30 
GeneralRe: A matter of time Pin
patbob26-Oct-18 6:10
patbob26-Oct-18 6:10 
GeneralRe: A matter of time Pin
kmoorevs26-Oct-18 8:03
kmoorevs26-Oct-18 8:03 
GeneralRe: A matter of time Pin
patbob26-Oct-18 8:48
patbob26-Oct-18 8:48 
GeneralRe: A matter of time Pin
Sander Rossel26-Oct-18 11:08
professionalSander Rossel26-Oct-18 11:08 
GeneralRe: A matter of time Pin
Dan Neely26-Oct-18 11:17
Dan Neely26-Oct-18 11:17 
GeneralRe: A matter of time Pin
RandyBuchholz26-Oct-18 15:19
RandyBuchholz26-Oct-18 15:19 
GeneralRe: A matter of time Pin
Greg Lovekamp29-Oct-18 3:25
professionalGreg Lovekamp29-Oct-18 3:25 
I have found that this process of explaining to non-technical people was is actually occurring is what occupies a vast portion of my time, and I don't have a problem with that. I have embraced it, and am rather good at it at this point. One point to consider is that coders are considered "dime a dozen," but someone who understands, and can explain, why something behaves the way it does is a valued asset to management.

In terms of your import being "wrong," I might contend you could improve your import by excluding the time. If it is always 0 or max value, why is it even stored? Why is the field not a "date" instead of a "datetime"? If you don't have control over the database, how about always clearing the time on import since it obviously serves no purpose. It would then accurately represent a date only albeit wasting five extra bytes, and potentially causing problems such as this, each time to do it.

As a developer, your job is not solely to satisfy the immediate requirement, importing the data in this case. It is to anticipate problems that MAY occur such as this reporting problem, and solve for those, as well. So, technically, I would consider those "2 hours spent chasing problems" AS working on your own stuff.
GeneralRe: A matter of time Pin
kmoorevs29-Oct-18 5:40
kmoorevs29-Oct-18 5:40 
GeneralRe: A matter of time Pin
Mark Shultz - Iowa29-Oct-18 5:06
professionalMark Shultz - Iowa29-Oct-18 5:06 
GeneralThought of the Day Pin
OriginalGriff26-Oct-18 5:00
mveOriginalGriff26-Oct-18 5:00 
GeneralRe: Thought of the Day Pin
megaadam26-Oct-18 5:02
professionalmegaadam26-Oct-18 5:02 
GeneralRe: Thought of the Day Pin
Herman<T>.Instance26-Oct-18 5:23
Herman<T>.Instance26-Oct-18 5:23 
GeneralRe: Thought of the Day Pin
W Balboos, GHB26-Oct-18 5:25
W Balboos, GHB26-Oct-18 5:25 
GeneralRe: Thought of the Day Pin
PIEBALDconsult26-Oct-18 5:40
mvePIEBALDconsult26-Oct-18 5:40 
GeneralRe: Thought of the Day Pin
W Balboos, GHB26-Oct-18 5:41
W Balboos, GHB26-Oct-18 5:41 
GeneralRe: Thought of the Day Pin
jeron126-Oct-18 5:41
jeron126-Oct-18 5:41 
GeneralRe: Thought of the Day Pin
Eddy Vluggen26-Oct-18 6:10
professionalEddy Vluggen26-Oct-18 6:10 
GeneralRe: Thought of the Day Pin
DRHuff26-Oct-18 6:54
DRHuff26-Oct-18 6:54 
GeneralRe: Thought of the Day Pin
Eric Lynch26-Oct-18 7:53
Eric Lynch26-Oct-18 7:53 
GeneralI should've been sent this a long time ago, but... Pin
megaadam26-Oct-18 4:40
professionalmegaadam26-Oct-18 4:40 
GeneralRe: I should've been sent this a long time ago, but... Pin
Eddy Vluggen26-Oct-18 6:13
professionalEddy Vluggen26-Oct-18 6:13 
GeneralI was sent this, and... Pin
OriginalGriff26-Oct-18 4:18
mveOriginalGriff26-Oct-18 4:18 
GeneralRe: I was sent this, and... Pin
Roger Wright26-Oct-18 7:10
professionalRoger Wright26-Oct-18 7:10 
GeneralRe: I was sent this, and... Pin
DJ van Wyk28-Oct-18 21:19
professionalDJ van Wyk28-Oct-18 21:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.