-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support OSPL0400 for SpooledFileOpenList #29
Conversation
Signed-off-by: jwoehr <jwoehr@softwoehr.com>
Tested this with Ublu and seems to work just fine.
// case 400:
// result = SpooledFileOpenList.FORMAT_0400;
// break; Here's some Ublu to test this:
|
src/main/java/com/ibm/as400/access/list/SpooledFileListItem.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com>
Signed-off-by: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com>
Thanks for making changes. Exhausting week and business meetings and driving tomorrow. I'll build this and try it out over the weekend. |
@ThePrez did you make the changes in my branch? Because I'm pulling and getting nothing. |
Never mind @ThePrez it's just been too long a week and I was looking in the wrong place. |
@ThePrez the code works but I'm not sure the format 0400 works ... it does not seem to return the time in UTC. Not sure what the problem is. I don't think this is caused by your change. The more I look at it, the less I'm sure that format 0400 works. |
My testing checks out. Happy to merge. Thanks for the contribution! |
Support added ... WIP not fully tested